Android Localization Resources

I just finished developing an Android app that I was asked to do. I also planned to translate it into different languages; below you can see the folder / file tree :

enter image description here

Inside strings.xmlthere are all the values ​​that I use inside the classes, and all of them are in Italian, my language ( Here you can see an example, if necessary). I would like to be able to translate all of these fields in English and French.

I read this article -> http://developer.android.com/training/basics/supporting-devices/languages.html

, , values-fr strings.xml ( , ).

, , . , ?

  • values strings.xml ( ) . values-en , , strings.xml
  • values strings.xml . values-it, strings.xml

, 2 , . values ?

.

+4
1

. values/ - , . , values/. , , -, -.

+2

Source: https://habr.com/ru/post/1621874/


All Articles