Skip to content Skip to sidebar Skip to footer

Quickest Way Of Translating String.xml File

I created an app in english but I have a huge user base of spanish and french users so I thought of translating the app in french and spanish languages , now there are two problems

Solution 1:

Check out my Python scripts at Github. It works here behind a web page. You feed

strings.xml

plus IN and OUT language codes, Google Translate does the rest. Works best if you use simple unambiguous English

Credit: Ra-Na

Solution 2:

There is no ready solution (as Iong as I know) for your problem. Only thing that I can suggest is export all transactions to file and write gradle plugin or standalone app which will parse exported sources to xml file. If all transactions is in this same sequence there shouldn't be problem with this :)

Solution 3:

You can use Google Translator Toolkit. But I still recommend you to go with the native translator. You won't get reliable quality in Machine translation like Google translate or Bing. Try translation agencies like Activeloc for quicker turnarounds and quality translation.

Post a Comment for "Quickest Way Of Translating String.xml File"