Hello
I have some issues with localizations, which do not work.
What are the exact steps in order to get it working?
1) I've added the Localization prefab in my scene. I also created a 3rd language txt file, since I want to test with english, french and another language.
2) I've copied the same labels and only translated them in the new text file
3) I've set 3 languages in the prefab and added my 3rd language in the list
4) I've added an UILocalize script on my labels and I've set the key to match what is defined in the txt file.
The translations do not change.
My keys are all in 1 word (for eg: "BestLap" and not "Best Lap") Can we use multiple words per key, btw?
Files are saved as UTF-8.
Are there any things we need to be careful about? Like line endings, text file character set, etc?
Is there anything else that I need to do?
I've looked over the "Localization" example that you include and I don't see anything extra in there, so what am I missing?
I even tried setting the "Starting language" on the Prefab, but that does not work. Do we need to set there the "id" of the item in the array? The language name? I've tried both but in debug mode "MLanguage" is always empty, while in your "Localization" example it changes to the currently selected language.
NGUI so far has been a real lifesaver.
Thanks and best wishes