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 ?
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.