Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: vallcrist on May 17, 2014, 10:58:21 AM

Title: [Feature Request] Add keys to localization dictionary
Post by: vallcrist on May 17, 2014, 10:58:21 AM
Hello again.

I'd like to request a feature to the localization system : The possibility to add keys from a second csv file to the current loaded dictionary.

Why?

Because it would be easier to organize the localization files this way, like in our current game we have lots of itens with names and descriptions, and if we put those together with the whole UI localization strings it would get messy very qucikly.
Title: Re: [Feature Request] Add keys to localization dictionary
Post by: ArenMook on May 17, 2014, 06:45:26 PM
You have access to the Localization.Set method, letting you do what you want. Likewise you have full access to Localization.dictionary, which also lets you add anything you like.