You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a website in three languages, where English is the default.
When users prefer a different language, they have to switch to that language each time they return to the website.
Description
I'd like the language selector follow this pattern:
select the language that was selected when the user closed the website (possibly using localStorage?)
(optionally) if that selection is not available, select the language from the browser settings language
if that is not available, use the default language
When a Dutch user goes to my website, and he doesn't understand English very well, then it is annoying that he has to switch to Dutch each time he comes back to the website.
Context
I have a website in three languages, where English is the default.
When users prefer a different language, they have to switch to that language each time they return to the website.
Description
I'd like the language selector follow this pattern:
Related links
Use Cases
When a Dutch user goes to my website, and he doesn't understand English very well, then it is annoying that he has to switch to Dutch each time he comes back to the website.
Visuals
No response
Before submitting
The text was updated successfully, but these errors were encountered: