diff --git a/src/FileInput.php b/src/FileInput.php index 1c34ae0..652ed2f 100644 --- a/src/FileInput.php +++ b/src/FileInput.php @@ -110,7 +110,7 @@ protected function initWidget() { $this->_msgCat = 'fileinput'; $this->initI18N(__DIR__); - $this->initLanguage('language', true); + $this->initLanguage('language', false); $this->registerAssets(); if ($this->pluginLoading) { Html::addCssClass($this->options, 'file-loading');