By default, strings.xml is used when values are not in your specific strings.xml files in your language. This is a good place to store things like application names, etc., which may not change. In the future, if your application should be localized in a non-Latin script, then you can rewrite the Latin name of the script application with a localized non-Latin script in the language-specific strings.xml file.
source
share