how to get string from different locales in Android?
NOTE If your minimum API is 17+, go straight to the bottom of this answer. Otherwise, read on… NOTE If you are using App Bundles, you need to make sure you either disable language splitting or install the different language dynamically. See https://stackoverflow.com/a/51054393 for this. If you don’t do this, it will always use the … Read more