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!!
I confirmed that this is not possible because all files in res folder are read-only