Search code examples
javaandroidlocale

How to get System Language?


In application supporting multiple languages using Locale.setDefault(newLocale); we are changing the language but there is no way to change language to device default language. What is the best way to find device default language in settings programatically.


Solution

  • check this:

    Resources.getSystem().getConfiguration().locale.getLanguage();