Is there a way to get the locales installed by the system from an Android device. I tried with getAvailableLocales () with android Get Available locales , but it does not work for devices like Asus, Carbon, Lava, Intex.
For example, if I call getAvailableLocales() on a Nexus device, I can get the locales that are in Settings-> Language&Input -> Language
But if I do the same on any Carbon device, instead of getting languages ββfrom Settings-> Language&Input -> Language , I get a different list.
I want only the installed list of languages ββon the device, and not every language supported by the OS.
android locale
Bharath kumar bachina
source share