Language switch? #114
Replies: 1 comment
-
|
Hi, language routing is theme agnostic. Whenever you enable the language router, the top-level routes replace the actual
If a user hits any other route like Note that all pages outside of the selected language are "invisible" in terms of navigation. So you can put both, Why is this important? This behavior allows for showing a "Switch to English" link on a german page by following these steps:
It is important that the switcher link (to en) is under the "other" language (de). Since the linking page lives under You can repeat the same logic with English or other languages. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any existing theme implementing a language switch? Is multilanguage routing only determined by the browser language without any possibilty (as a user) to switch languages? How would i go about implementing a language switch myself into a template?
Beta Was this translation helpful? Give feedback.
All reactions