Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: kulesz on December 30, 2014, 12:27:33 PM

Title: Localization problem
Post by: kulesz on December 30, 2014, 12:27:33 PM
I got my localization system partially working, but it seems to have kind of unpredictable behaviour.

A have only one Localization.csv file in the project.
When I add UILocalize component to label I cannot select my keys from the list (red cross on the right). However after manually entering key and running a project the preview field get's filled and it works as expected (while still running). After stopping the game in editor UILocalize "holds" its values for a while / a few clicks and then it disappears again (red cross).
I cannot also change language in runtime. When I do: Localization.language = "French" nothing changes. Labels stay the same, but whats interesting - after disabling and enabling buttons the labels change to 'key' value.
It's seems very random and messy to me... Does anyone know what can cause such problems?
Title: Re: Localization problem
Post by: ArenMook on December 30, 2014, 02:27:25 PM
Please don't duplicate posts.

http://www.tasharen.com/forum/index.php?topic=8092.msg55907#msg55907
Title: Re: Localization problem
Post by: kulesz on December 30, 2014, 02:53:18 PM
Sorry, my bad.