Gonzalo Solera
Gonzalo Solera

Reputation: 1192

Translate app Google Play

I know it's a simple question but I don't know how to solve it.

Since now, I have had my app published in Spanish, but I want to translate it to English. So I translated the string resources file and I exported the apk twice, once in Spanish and another one in English. I don't know how to publish both apk or what I need to do to translate the app... I didn't find info about how to do this without paying an oficial translation service...

Thanks for help!

Upvotes: 0

Views: 332

Answers (1)

Anuj
Anuj

Reputation: 476

Please don't do that way. Use such types of different xmls in your project to translate strings

res/values/strings.xml
res/values-fr/strings.xml

You can refere here.. http://developer.android.com/guide/topics/resources/localization.html

Upvotes: 4

Related Questions