gpt4 book ai didi

ruby-on-rails-4 - 在 Rails 中定义 Content-Language header

转载 作者:行者123 更新时间:2023-12-05 08:34:30 24 4
gpt4 key购买 nike

根据 W3C,一种可行且通常是首选的方式 communicate the language of the intended audience是通过提供 Content-Language header 。相关部分:

Metadata about the language of the intended audience is usually best declared outside the document in the HTTP Content-Language header.

如何使用 Rails 发送这样的 header ?

最佳答案

仅比 markshiz 的出色答案更进一步,尝试将其添加到 app/controllers/application_controller.rb:

after_action :set_response_language_header
def set_response_language_header
response.headers["Content-Language"] = I18n.locale.to_s
end

而且您再也不用担心了。

关于ruby-on-rails-4 - 在 Rails 中定义 Content-Language header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26287749/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com