Skip to content

Instantly share code, notes, and snippets.

@XinyueZ
Created June 12, 2015 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XinyueZ/2a33474b4f034325777b to your computer and use it in GitHub Desktop.
Save XinyueZ/2a33474b4f034325777b to your computer and use it in GitHub Desktop.
Get language name
Locale.getDefault().getLanguage() ---> en
Locale.getDefault().getISO3Language() ---> eng
Locale.getDefault().getCountry() ---> US
Locale.getDefault().getISO3Country() ---> USA
Locale.getDefault().getDisplayCountry() ---> United States
Locale.getDefault().getDisplayName() ---> English (United States)
Locale.getDefault().toString() ---> en_US
Locale.getDefault().getDisplayLanguage()---> English
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment