Author Topic: Localization suggestions?  (Read 2110 times)

capitalj

  • Jr. Member
  • **
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 88
    • View Profile
Localization suggestions?
« on: March 04, 2014, 07:26:29 PM »
Hi, I'm using NGUI localization in my project (all strings are in a text file in the key = string format). I saw that the localization service on google play requires an XML.

Does anyone have any suggestions for localization services that work with the NGUI format or ways to automatically convert my NGUI text files to XML (XLIFF)? What do you guys do for localization?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Localization suggestions?
« Reply #1 on: March 05, 2014, 06:34:21 AM »
Can't you use Google docs to convert any CSV into XML format? I vaguely remember being able to save all my localization CSVs as not just CSV but XLS, PDF, and even XML.

capitalj

  • Jr. Member
  • **
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 88
    • View Profile
Re: Localization suggestions?
« Reply #2 on: March 05, 2014, 04:03:07 PM »
I don't see any XML option in google docs or spreadsheets for exporting/downloading, maybe they removed it.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Localization suggestions?
« Reply #3 on: March 06, 2014, 09:14:19 AM »
Maybe I was mistaken.