Index: branches/5.0.x/core/install.php =================================================================== diff -u -N -r12899 -r13012 --- branches/5.0.x/core/install.php (.../install.php) (revision 12899) +++ branches/5.0.x/core/install.php (.../install.php) (revision 13012) @@ -1,6 +1,6 @@ toolkit->ImportLanguage('/core/install/english'); + // make sure imported language is set as active in session, created during installation + $this->Application->Session->SetField('Language', 1); + // set imported language as primary $lang =& $this->Application->recallObject('lang.-item', null, Array('skip_autoload' => true)); /* @var $lang LanguagesItem */