

Like I selected Hindi, so mine looks like that. Click Add Locale and select the language you wish to translate the strings to.

In that you have buttons for Add key and Add Locale. Now see the image below, the translation editor looks like this. Strings.xml Settings Search Logout Developer Share App Change Language Change Password Īdd more if you want to. (Showing support for hindi in this tutorial) Before opening the translation editor, open your strings.xml file and write some strings in it. In that open up strings.xml file and one thing I found very useful in new Android studio is that it has an inbuilt translation editor which is pretty useful. Let’s codeĬreate a new android app project. We will see that how it is possible to do so. If you are not in a habbit of writing each and every string in strings.xml file then you probably should start doing that because it is easier to manage translations that way. Try to do it from the beginning otherwise you will end up with lots of strings to translate by the end. Supporting multiple languages in android app is one of the most important tasks.
