Replies: 1 comment
-
|
Hey @empz I just published a doc for that https://intlayer.org/doc/environment/nextjs/no-locale-path It focusing on nextjs 16, but here is another example for nextjs 14 https://github.com/aymericzip/intlayer-next-14-template/tree/no-locale-path |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI, we're trying to add IntLayer to our Next.js 14 (App Router) by folloiwng this guide: https://intlayer.org/doc/environment/nextjs/14
We do not want i18n routing, just a locale switcher in the user menu for them to switch and store the selected language in a cookie or local storage. The guide above seems to assume i18n routing is desired. Usually, these are two different setups that should have two different guides, or locale-based routing is added as an optional step like next-intl docs do.
Could somebody provide steps to install IntLayer without local-based routing to a Next.js 14 app router?
Beta Was this translation helpful? Give feedback.
All reactions