Interface text language detection

Order of language detection methods for interface text. If a translation of interface text is available in the detected language, it will be displayed.
Detection method Description Enabled Weight Operations
GraphQL operation context Determines the language in the context of an operation.
Account administration pages Account administration pages language setting.
URL Language from the URL (Path prefix or domain).
Session Language from a request/session parameter.
User Follow the user's language preference.
Browser Language from the browser's language settings.
Selected language Language based on a selected language.

Content language detection

Order of language detection methods for content. If a version of content is available in the detected language, it will be displayed.
Detection method Description Enabled Weight Operations
GraphQL operation context Determines the language in the context of an operation.
Content language Determines the content language from the request parameter named 'language_content_entity'.
URL Language from the URL (Path prefix or domain).
Session Language from a request/session parameter.
User Follow the user's language preference.
Browser Language from the browser's language settings.
Interface Use the detected interface language.
Selected language Language based on a selected language.