[NEW] - Multi lingual page
Opened this issue ยท 0 comments
StrategFirst commented
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
andnavigator.languages
) - Also we could try to get the title and the description sorted by
navigator.languages
user preference