【问题标题】:React, i18next and html attr langReact、i18next 和 html attr 语言
【发布时间】:2021-03-22 23:45:38
【问题描述】:

我使用 React+i18next 并且在我的网站上有两种语言。

如何在我的页面上更改 HTML 'lang' 属性?

我使用 i18next-browser-languagedetector 但 lang attr 没有改变

【问题讨论】:

    标签: html reactjs attributes i18next lang


    【解决方案1】:

    我解决了这个问题。

    我在我的 App.js 文件中添加了这个:

    document.documentElement.lang = i18n.language;

    【讨论】:

    • 太棒了!多么优雅的解决方案
    猜你喜欢
    • 2016-06-14
    • 2013-10-07
    • 2021-04-23
    • 2020-01-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多