Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save hemalich/785977 to your computer and use it in GitHub Desktop.
Setting the Locale from the URL Params ApplicationController
before_filter :set_locale
def set_locale
I18n.locale = params[:locale]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment