Currently, we can give the StackProvider a lang prop to set the language. However, there is no i18n routing when navigating, for example, from the sign-in page to the sign-up page.
Check the bottom left corner of the screenshot, where the redirect url does not have the locale prefix
I'm using next-intl with i18n routing. It would be nice to pass the locale (or whatever it is called) to the StackProvider, so it can add that as a prefix in all routes from the stack handler.
Currently, we can give the StackProvider a
lang
prop to set the language. However, there is no i18n routing when navigating, for example, from the sign-in page to the sign-up page.Check the bottom left corner of the screenshot, where the redirect url does not have the locale prefix
I'm using next-intl with i18n routing. It would be nice to pass the locale (or whatever it is called) to the
StackProvider
, so it can add that as a prefix in all routes from the stack handler.