Issue
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!!
Solution
I confirmed that this is not possible because all files in res folder are read-only
Answered By - user948620
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.