Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: VitorR on January 15, 2015, 07:47:29 AM

Title: Advanced localization for easy apps development
Post by: VitorR on January 15, 2015, 07:47:29 AM
Hello.
I am using NGUI to handle languages. We are developing games for Android and iOS and we wonder if it's possible to add new languages using Bundles to reduce the initial size of the apps.

On the other hand, on your documentation you always refer to a single file to store all the terms. Is it possible to have more than one file? It'd be useful for the developmente of the application to have 2 or more files for differents parts of the application.

Thank you
Title: Re: Advanced localization for easy apps development
Post by: ArenMook on January 15, 2015, 08:52:56 PM
Yes, you can certainly have more than one file, although you may need to wait for tomorrow's update if you don't have Pro level access.

In Windward the main localization file contains only the English version. Other localizations are added on the fly from mods when loaded by simply appending their data to the existing localization data via Localization.Load(data, true);