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
It is possible to serve the webpage in the user's preferred language without them having to manually toggle the language. Let's do that.
Suggestion
When the user lands their browser language preferences are checked and the matching language is served. I would suggest the following flow. Open to discussion.
If the user has no locale set (or there's an error reading it) -> DE
If English is set -> EN
If multiple are set loop through until DE / EN found
If a locale is set but nor DE or EN -> EN
Currently
The user lands on German landing page by default and manually has to switch to English if they do not g=speak German
The text was updated successfully, but these errors were encountered:
It is possible to serve the webpage in the user's preferred language without them having to manually toggle the language. Let's do that.
Suggestion
When the user lands their browser language preferences are checked and the matching language is served. I would suggest the following flow. Open to discussion.
Currently
The user lands on German landing page by default and manually has to switch to English if they do not g=speak German
The text was updated successfully, but these errors were encountered: