i18n Default Language Policy
Anonymous visitors resolve language in this order:
?lang=query param- Saved language selector choice (
localStoragein the browser, mirrored to thei18nextLngcookie for SSR) - Browser/device language when it is one of our supported locales
- Fall back to
en
Country or region is not used to override a supported browser/device language. For example, de-DE resolves to German, nl-NL resolves to Dutch, and pt-PT resolves to Portuguese because those locale families are supported.
If no browser/device language matches a supported locale, visitors receive the English default.