有没有办法在没有 Next.js 国际化路由的情况下使用 next-i18next?

时间:2021-07-24 21:51:36

标签: internationalization next.js react-i18next next-i18next

我已经在几个项目中使用了 next-i18next 包,而且效果很好。

在我当前的项目中,我需要集成 i18n,但这次只支持 cookie,没有国际化路由,我想知道我是否可以通过这个包实现这一点,或者我应该回到 react-i18next 和 {{1 }}

示例:

i18next

我认为我们不能开箱即用地使用 // No cookie or EN cookie https://app.example.com shows EN version // Cookie `next-i18n-lang` set to specific language (IT, DE, etc) https://app.example.com shows translated version next/router,但这作为集成的缺点是可以接受的。

0 个答案:

没有答案