Localization For Android Applications
Kyaw Soe Win
Experienced Mobile Developer | Android Developer | Mobile Engineer | Specializing in mobile application development | Flutter Developer | Jetpack Compose | Dart | KMP
Are you still using library or write too much code to change locale for android application?
If yes, I would like to suggest to use try Per-app language preferences. It is easy to config for localization.
1 - Configure Locale
Create locales_config.xml under res/xml directory
2 - Add Configuration file to Androidmanifest.xml
Here is documentation link for details.