Showing posts with label internationalization. Show all posts
Showing posts with label internationalization. Show all posts

Sunday, May 20, 2012

Tuesday, May 15, 2012

Android: Get missing translations for strings-resources


In Android, you can specify the texts in the default locale in res/values/strings.xml . Additional translations can be added for new languages in res/values-it/strings.xml (for Italian for example). If a string is not translated, the fallback-default locale is used.