I am trying to create a multi language reactive web. Currently I design my system structure with a client module and several core modules. Some of the core modules will return feed back message back to the client module.
I would like to have these message translated, so I've already used the out of box Outsystems Multilingual Locales to set each text's translation in these core modules.
In order to make sure my app's locale is set properly, I've manually set the current locale to my target locale.
However, the message returned from the core modules to the client modules are all not translated.
I used to develop traditional website and never encounter this issue. Are there anything that I'm missing? Or is my design not a good practice?
Hi,
You put the expressions to translate and set currentLocal?
From core modules should works as well.
Regards
Thanks Paulo,
As I mentioned above, I've already used the action setLocale() and also define the translations for each of the messages. But when client module call these actions, the messages returned are all in English, instead of Mandarin which is the target language of this app.