Author Topic: Advanced localization for easy apps development  (Read 3722 times)

VitorR

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
  • Games and apps developer for Android and iOS
    • View Profile
    • Yeeply
Advanced localization for easy apps development
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Advanced localization for easy apps development
« Reply #1 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);