I have an application with Internet access and do not want to store many string.xml
files for different languages.
What I want:
- The application contains only one
string.xml
with English strings. - When the user launches it, I see the user language of the phone and set my own server for the necessary language file. (resource keys will be the same)
- When a new resource file appears, the entire interface should work with the new file.
The question is how to modify an existing one or add a new string.xml
file at runtime?
Jin35 source share