I have an issues related to display language. I am able to change the language inside the application ("en" for English and "ja" for Japanese) independently from OS system.
However, the problem is that when the application is in "ja" if users change the System language manually (not "en" or "ja") than my application auto-change the language to default ("en"). I want to make locale of my application stand alone, whatever language users change manually, the language of application still remain the same as when they log out.
EDIT
There are some useful links but they still cannot solve my problem. For example: Change language programatically in Android
Could you give my any suggestion to do it?
Thank you in advance!