Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails3.2.10とrefinerycms2.0.9でRefineryCmsを使用しています。
ページの言語を切り替えるためのリンクを含むフラグをすべてのページに表示したいと思います。
これを達成するための最良の方法は何ですか?
私はこのようなものを使用しました:
= link_to image_tag(national_flag),refinery.url_for(:locale => nation_locale)
i18nRefineryCMS の gem をインストールした場合。
i18n