Index: branches/5.2.x/core/units/helpers/user_helper.php =================================================================== diff -u -N -r15137 -r15176 --- branches/5.2.x/core/units/helpers/user_helper.php (.../user_helper.php) (revision 15137) +++ branches/5.2.x/core/units/helpers/user_helper.php (.../user_helper.php) (revision 15176) @@ -1,6 +1,6 @@ event->SetRedirectParam('m_lang', 1); // data + $this->Application->Session->SetField('Language', 1); // interface + + return; + } + $language_field = $this->Application->isAdmin ? 'AdminLanguage' : 'FrontLanguage'; $primary_language_field = $this->Application->isAdmin ? 'AdminInterfaceLang' : 'PrimaryLang'; $is_root = $this->Application->RecallVar('user_id') == USER_ROOT;