multi language app, in the route #1841
Replies: 4 comments 13 replies
-
Also am interested in knowing how this can be achieved with Tanstack Router |
Beta Was this translation helpful? Give feedback.
-
I guess you can use route masking? |
Beta Was this translation helpful? Give feedback.
-
@samuelstroschein because it returns base locale if url is empty, I'm trying to implement that in case I don't have locale in url it should use value from cookies
|
Beta Was this translation helpful? Give feedback.
-
We'll be using optional parameters for this. There's a very good description of how to do this in the docs.... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I looking forward how to achieve internationalization on the router like:
basically optionally adding a prefix on the path, how could I get this done using file based router?
Beta Was this translation helpful? Give feedback.
All reactions