-
Hi, I have set up a basic language selector site https://syeda-git.github.io/mkdocs-sandbox/en/mydoc_about/ The expectation is that when i switch from a page, the same page in the target language should be displayed. Is that possible by default or some Javascripting is required? Thanks... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's currently not supported. However, it's already on the roadmap. I can't say when I'll find the time to investigate it, but it will be definitely added at some point. In the meantime, you might be successful using JavaScript, or the |
Beta Was this translation helpful? Give feedback.
It's currently not supported. However, it's already on the roadmap. I can't say when I'll find the time to investigate it, but it will be definitely added at some point. In the meantime, you might be successful using JavaScript, or the
mkdocs-static-i18n
plugin which I understand has basic support for this feature.