Search code examples
iphoneandroidxmllocalizationlocalizable.strings

Any tool to convert Android's XML localization to iPhone's .strings file?


I guess the title is self-explanatory.


Solution

  • You can extract localization from Android .xml file then add it to iPhone .string file with last version of TM-database tool. It is easy:

    1. Launch tool
    2. Open source and target Android xml files and import localization to TM
    3. Open .string file and translate it with TM
    4. Save .string file

    Please see the detail instruction here