Is your feature request related to a problem? Please describe.
The project is currently publishing only to French.
Describe the solution you'd like
Using clients preference we could redirect to an en 🇬🇧 or fr 🇫🇷 or de 🇩🇪 etc version of the page
Describe alternatives you've considered
We could also provide an select list to pick a specific language if the default one isn't the preferred one
Additional context
- As we are in static we could use some JS to switch between pages, even if search engine would prefer an redirection or an server side rendering method (
navigator.language and navigator.languages )
- Also we could try to get the title and the description sorted by
navigator.languages user preference
Is your feature request related to a problem? Please describe.
The project is currently publishing only to French.
Describe the solution you'd like
Using clients preference we could redirect to an
en🇬🇧 orfr🇫🇷 orde🇩🇪 etc version of the pageDescribe alternatives you've considered
We could also provide an select list to pick a specific language if the default one isn't the preferred one
Additional context
navigator.languageandnavigator.languages)navigator.languagesuser preference