Skip to content

Instantly share code, notes, and snippets.

@hakanai
Created November 7, 2016 05:02
Show Gist options
  • Select an option

  • Save hakanai/e9055ba7f2b396979f2d3d081958c4ee to your computer and use it in GitHub Desktop.

Select an option

Save hakanai/e9055ba7f2b396979f2d3d081958c4ee to your computer and use it in GitHub Desktop.
WTFMATE
m-matsurika:~ tester$ locale
LANG="en_AU.UTF-8"
LC_COLLATE="en_AU.UTF-8"
LC_CTYPE="en_AU.UTF-8"
LC_MESSAGES="en_AU.UTF-8"
LC_MONETARY="en_AU.UTF-8"
LC_NUMERIC="en_AU.UTF-8"
LC_TIME="en_AU.UTF-8"
LC_ALL=
m-matsurika:~ tester$ irb
irb(main):001:0> Java::JavaUtil::Locale.getDefault.toLanguageTag
=> "en-US"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment