Change app language programmatically in Android
It’s possible. You can set the locale. However, I would not recommend that. We’ve tried it at early stages, it’s basically fighting the system. We have the same requirement for changing the language but decided to settle to the fact that UI should be same as phone UI. It was working via setting locale but … Read more