Hi,
The users of my application can change language at any time during the session and I’m having problems to retrieve the content of the current values of “locale” for “english” because, both locale[‘en’] and localeEn are empty (with the rest of the languages everything works as expected) How can I retrieve them?
Thx.