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,红宝石 1.9.2
I18n.locale返回当前语言环境。
I18n.locale
if :en == I18n.locale # ... end