Skip to content

Instantly share code, notes, and snippets.

@hemalich
Created January 19, 2011 10:37
Show Gist options
  • Select an option

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

Select an option

Save hemalich/785990 to your computer and use it in GitHub Desktop.
Using User Profile
def set_locale
if current_user?
I18n.locale = current_user.locale
else
I18n.locale = :en
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment