when displaying translatable datas in back office, browser language is used instead of back office language
this is due to "new Zend_Locale()" instanciation in library/Centurion/Contrib/translation/controllers/helpers/ManageLanguageParam.php
without nay param, it takes brower language
language should be the one used in back office
when displaying translatable datas in back office, browser language is used instead of back office language this is due to "new Zend_Locale()" instanciation in library/Centurion/Contrib/translation/controllers/helpers/ManageLanguageParam.php without nay param, it takes brower language language should be the one used in back office
possible fix: