Translating string resources

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:

Translating string resources

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

Get Android Design Patterns and Best Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.