I have application with internet access and don't want to store many string.xml
files for different languages.
What I want:
- Application contains only one
string.xml
with english strings. - When user launches it - I see user's phone locale, and ask my own server for necessary language file. (resource keys will be the same)
- When new resource file comes, all interface should work with new file.
The question is how to change existing or add new string.xml
file in runtime?