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++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -