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.
我正在使用带有 Rails 3.2.10 和 refinerycms 2.0.9 的 RefineryCms。
我想在每个页面上显示带有切换页面语言链接的标志。
实现这一目标的最佳方法是什么?
我用过这样的东西:
= link_to image_tag(national_flag),refinery.url_for(:locale => nation_locale)
如果您已经安装了i18nRefineryCMS 的 gem。
i18n