Author Topic: NGUI Multi-Language support  (Read 4296 times)

amrhsn

  • Guest
NGUI Multi-Language support
« on: November 20, 2012, 05:52:19 AM »
May be this topic has been discussed before but I can't find it. I would like to create a multi language game (3 languages) user interface. What is the topology for doing that using NGUI? Some details of how to switch among languages will be most appreciated.
I am not asking about a text that should be changed based on the localization settings; I am asking about images based GUI where text is baked within the sprite texture.
« Last Edit: November 20, 2012, 07:27:22 AM by amrhsn »

nah0y

  • Sr. Member
  • ****
  • Thank You
  • -Given: 1
  • -Receive: 2
  • Posts: 430
  • \o/
    • View Profile
Re: NGUI Multi-Language support
« Reply #1 on: November 20, 2012, 10:09:12 AM »
Hi,

You should check out the example from NGUI located here :
NGUI/Examples/Scenes/Example 10 - Localization

amrhsn

  • Guest
Re: NGUI Multi-Language support
« Reply #2 on: November 21, 2012, 08:29:19 AM »
Hi,

You should check out the example from NGUI located here :
NGUI/Examples/Scenes/Example 10 - Localization
Thanks... I found what I need in this example