【发布时间】:2018-06-24 07:34:45
【问题描述】:
我正在使用 React、i18next 和 i18next-browser-languagedetector 开发一个多语言应用程序。
i18next-browser-languagedetector 检测浏览器中的用户语言,支持:cookie、localStorage、navigator、querystring、htmlTag
我应该使用另一个模块验证来自 HTTP 请求标头的 Accept-Language 吗?
【问题讨论】:
标签: javascript reactjs internationalization i18next