Skip to content

Instantly share code, notes, and snippets.

@hemalich
Created January 10, 2011 16:40
Show Gist options
  • Select an option

  • Save hemalich/773017 to your computer and use it in GitHub Desktop.

Select an option

Save hemalich/773017 to your computer and use it in GitHub Desktop.
I18n Testing for default locale
>> I18n.locale
=> :en
>> I18n.locale = 'de'
=> :de
>> I18n.t "hello"
=> "Hallo Welt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment