I have a special request to implement dynamic language packs and themes in Android. This basically means:
- to download a zip file containing a file named strings.xml (containing the translation)
- replace in the application the file /res/values/strings.xml with the one downloaded
Is this possible? Thank you for your help.