Index: branches/5.2.x/core/kernel/languages/phrases_cache.php =================================================================== diff -u -N -r14699 -r14856 --- branches/5.2.x/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 14699) +++ branches/5.2.x/core/kernel/languages/phrases_cache.php (.../phrases_cache.php) (revision 14856) @@ -1,6 +1,6 @@ Application->isAdmin) { $language_id = $this->Application->Session->GetField('Language'); + $this->AdminLanguageId = $language_id; // same languages, when used from Admin Console } else { $language_id = $this->Application->GetVar('m_lang');