December 2016
Beginner to intermediate
370 pages
7h 22m
English
Android Studio provides a translation editor to simplify the process of providing alternative resources. In exactly the same way that we create designated folders for different screen sizes, we create alternative values directories for different languages. The editor manages this for us and we do not really need to know much about it but it is useful to know that, if we wished to translate our app into Italian, say, then the editor would create a folder named values-it and place the alternative strings.xml file within it:

To access the translations editor, simply right-click on the extant strings.xml file in the project ...
Read now
Unlock full access