Hi! Please help.
Can I change in runtime the language of localization?
In Start() I set default language:
Localization.language = "some language 1";
And then in the runtime I want to change it
Localization.language = "some language 2";
But the language has not changed, it is required to restart the game.
I use NGUI 3.9.1 and Unity 5.1. Prior to that I used ngui 3.7 and there it was possible to do that.