Automatic Locale Detection #121
Unanswered
Dublinscope
asked this question in
Q&A
Replies: 1 comment
-
Hey @Dublinscope, |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Does the plugin automatically detect which locale the user prefers based on the web browser language used to visit the page and redirect the user to the locale prefixed path ?
For instance:
User 1 with Mozilla Firefox in German automatically redirected to : my-i18n-site.com/de
User 2 with Brave browser in Spanish automatically redirected to : my-i18n-site.com/es
User 3 with Chrome in Polish automatically redirected to the default locale in English, as Polish locale has not been setup on the site: my-i18n-site.com/en
Thank you for your feedback.
Beta Was this translation helpful? Give feedback.
All reactions