import InlineField from 'src/components/InlineField.astro'; import Aside from 'src/components/Aside.astro';
- The
locale
request parameter if present on the HTTP request. This is useful if you already know the user's preferred locale prior to redirecting them to FusionAuth to complete authentication. See example below.locale=fr
- The user selects a language during login using the locale selector or there is a
fusionauth.locale
cookie present - The HTTP
Accept-Language
header if present on the HTTP request - The system default locale as determined by the underlying operating system