java - How to get System Language? -


in application supporting multiple languages using locale.setdefault(newlocale); changing language there no way change language device default language. best way find device default language in settings programatically.

check this:

resources.getsystem().getconfiguration().locale.getlanguage();


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -