Closed hansnf closed 9 months ago
Hi,
all runtime changes normally go through getSettings()
. Try this:
getSettings().getLanguage().setValue(...);
Let me know if it works.
Yes thanks it did. This, however, raised another question I will ask in another issue
Hello,
I have some using setting the language of the LocalizationService. Whe adding the following method to the class LocalizationSample:
an exception is thrown:
I am facing the same issue when trying to change the language from other points in the code. How can the language be changed properly?
Thanks