Skip to content

Instantly share code, notes, and snippets.

@tomo0611
Created January 8, 2018 01:33
Show Gist options
  • Save tomo0611/c69536c3cdc4172b0d2bf948f857889c to your computer and use it in GitHub Desktop.
Save tomo0611/c69536c3cdc4172b0d2bf948f857889c to your computer and use it in GitHub Desktop.
java.util.Localeの返り値

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