How I can change locale when I use no_prefix strategy? #1826
-
Hello everyone. I like a
Any ideas how I can fix that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Would you be able to provide a reproduction on Stackblitz to help understand why your locale isn't changing in |
Beta Was this translation helpful? Give feedback.
-
@zozulinskyi The The behavior of
|
Beta Was this translation helpful? Give feedback.
@zozulinskyi
Hi!
The
no_prefix
strategy does not allow you to use the function returned byuseSwitchLocalePath
, i.e.switchLocalePath
, to switch languages. As the docs say, you need to usesetLocale
to switch languages.https://v8.i18n.nuxtjs.org/guide/routing-strategies#no_prefix
The behavior of
switchLocalePath
works the same behavior since nuxt i18n module v7.switchLocalePath
works if you use theno_prefix
strategy and routing usingpages
.