Manage language from url #545
Unanswered
hasanaktas
asked this question in
Q&A
Replies: 1 comment
-
i'd say you would need to create in which should be transformed into dynamic params that will appear in the when using the hook i'm not 100% sure dynamic folders are a thing tho. a good place to find stuff is the examples. https://github.com/expo/router/tree/main/apps/sandbox/app_15 dynamic folder looks doable :) |
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
-
hello, as in next.js, how can I follow a way to add language support in URLs. I need such a structure as I want to use the same urls as my website.
default language:en
test.com => en
test.com/en =>en
test.com/de =>de
test.com/products/1=>en
test.com/en/products/1=>en
test.com/de/products/1=>de
Beta Was this translation helpful? Give feedback.
All reactions