i18next / next-i18next

The easiest way to translate your NextJs apps.
https://next.i18next.com
MIT License
5.58k stars 761 forks source link

How to set the default URL language based on the language reserved by the cookie #2280

Closed JZW-6 closed 5 months ago

JZW-6 commented 5 months ago

Documentation issue

A clear and concise description of what the issue is.

Motivation

Please outline the motivation for the proposal.

JZW-6 commented 5 months ago

http://localhost:3000/{cookie.language || defaultLocale}

adrai commented 5 months ago

This is handled by Next.js... https://nextjs.org/docs/pages/building-your-application/routing/internationalization

image