Ok, this is probably a really simple question, and it probably is more to do that I am not so sure of Unity rather than NGUI.
My issue, I am using the Localization, and UILocalize. My menu buttons are already in two separate text files for Japanese and English, I am all set up and working, just like in the tutorial. Yet, I can't seem to figure out to do the simplest of things, which is to change the language once the program has started in code.
What I am looking for I guess is:-
"Localization.instance.languages = 0; // Japanese"
"Localization.instance.languages = 1; // English"
The above gives me an error though, I guess what I am trying to do is probably really simple.