UI messages not considering the application(scoped) field.

Daniel52
Giga Contributor

I'm working on a custom app translations and having a problem with UI Messages. say there is already a key 'Color' in Global application with translation and I want  a different translation for my app. Then I will create another key and message but the record is in my custom app. When I do gs.getMessage('Color'), it returns the translation for the Global record not the one I created for the custom app. In background script, even if I try change the scope to run the script gs.getmessage() from all the existing apps, it still returns same translation.

1 REPLY 1

Jiaveria
Tera Contributor

Encountering same issue, how did you solved it?