-
I was wondering if there was a way to implement dynamic location detection, so that if a user is,in france, the plugin will detect their region and redirect the user to I use the Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I could not find a mkdocs plugin for this. It certainly should be possible to do this using some JavaScript, perhaps to forward to a language version absent a user choice? I would hesitate to recommend an approach but definitely look at navigator.languages. StackOverflow may be your friend there. |
Beta Was this translation helpful? Give feedback.
I could not find a mkdocs plugin for this. It certainly should be possible to do this using some JavaScript, perhaps to forward to a language version absent a user choice? I would hesitate to recommend an approach but definitely look at navigator.languages. StackOverflow may be your friend there.