My country (Spain) has several languages ββ(es-ES, ca-ES, gl-ES, eu-ES). At the moment, we will not add all languages, so we would like to use the main language in Spain, that is, Spanish. We would like to display /values-es/strings.xml when the user has selected one of the other languages ββin the country. How can we do this?
Oh, and we would like to use English as the default language ( /values/strings.xml ).
It would be great to have something like /values-es/strings.xml , but I believe that this cannot be done, because the first code should be the language code.
Now we copy the /values-es/strings.xml file to other folders ( values-ca , values-gl and values-eu ), but we would like to avoid this.
android localization
Ferran maylinch
source share