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.
您好想知道在模板中是否有一种简单的方法可以访问当前翻译的语言字符串。
您可以使用I18n.locale.
I18n.locale
所以在 ERB 内...
<%= I18n.locale %>
...在 HAML 中:
= I18n.locale