Author Topic: Multi language support  (Read 2185 times)

ivomarel

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 53
    • View Profile
Multi language support
« on: April 17, 2013, 05:18:15 AM »
As I would like to add multi-language support to my entire game, which I would like to do through loading XML-files into my game (since these are easily adjustable through other software), I found that NGUI does not seem to support this yet. Surprising, considering the size of NGUI, so I am not sure if this is actually true.

Should I build this myself? I am actually doing that right now and it's not that hard... which makes me wonder even more if it doesnt exist yet.

Cheers guys

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Multi language support
« Reply #1 on: April 17, 2013, 12:39:46 PM »
NGUI is even easier actually. Check the Localization example. NGUI uses text files rather than XML. Adding XML to your project increases the executable size by 1 MB.

ivomarel

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 53
    • View Profile
Re: Multi language support
« Reply #2 on: April 17, 2013, 09:50:23 PM »
I never should have doubted NGUI... And I'm stupid for not remembering that example.

Anyway, thanks ArenMook, you're the best!