how to change defaultLocale dynamically without redirect to separate route #445
Unanswered
satanworker
asked this question in
Q&A
Replies: 1 comment 2 replies
-
And wouldn't it be more useful for each language to have its own URL for better SEO? Next-translate uses Next.js i18n routing by default to manage translations. And you can only change the language based on a URL change. Maybe you could do it if you don't use the webpack loader ( |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hey! First of all, thank you so much next-translate is wonderful!
I just can't find in the examples how to change default locale without redirect? I have multiple websites and each of them can have only 1 locale but it can be changed, what is the best way to do so? Again thank you so much
Beta Was this translation helpful? Give feedback.
All reactions