Is there any way to get System installed locales from the Android device. I tried with getAvailableLocales ()
from android Get Available locales, but it is not working for devices like Asus, Carbon, Lava, Intex.
For example, if I call getAvailableLocales()
in Nexus device I am able to get locales which is there in Settings-> Language&Input -> Language
But if I do 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 in the device, not every language supported by OS.