Hello everyone.
I noticed that project name for master project (using English locale) shown incorrectly.
‘Noyau’ is a French translation of ‘Core’.
After some code investigation, I noticed that CMS loads projects once during first access to the application(e.g. login), translates name for master project according to the locale and stores them in memory. Then if you try to login with different locale, application retrieve projects from memory and as a result you get wrong translation for master project.
Steps to reproduce:
- Run application and login using French locale.
- Go to the one of the channel and verify that you have ‘Noyau’ as a master project name.
- Logout and login using English locale.
- Go to the channel and you will see ‘Noyau’ instead of ‘Core’.
Is it known issue? Does anyone know how I can deal with it?
I am using BloomReach Experience 13.0.0.
Thanks,
Mykyta