Search code examples
ruby-on-railsruby-on-rails-3localerefinerycms

Links for switching locale on RefnineryCms frontend


I am using RefineryCms with Rails 3.2.10 and refinerycms 2.0.9.

I want to show on every page flags with link to switch language of the page.

What is the best way to achieve this ?


Solution

  • I have used something like this :

    = link_to image_tag(national_flag),refinery.url_for(:locale => nation_locale)
    

    in case you've installed the i18n gem of RefineryCMS.