I have an android app which has 3 languages in res folder.
- English
- French
- Chinese
I want my app to add another language at runtime in res folder and not by adding string xml files and recompile them.
How can i achieve this? I've search alot in google and no luck.
Thanks alot!!
resfolder at runtime.strings.xmlbut I don't see how would this benefit you as you still can't modify and write back the strings for the new language, so you would need to modify the text for each of the strings manually. Why(or for what) do you need to add the new language at runtime? And from where would the newstrings.xmlcome?