defaultSourceOrder

The default order in which the language detector will check the sources.

By default, the detector checks the following sources in order:

  1. Query String: Checks the URL for a lng parameter.

  2. Cookie: Checks for a language preference stored in cookies.

  3. Local Storage: Checks for a language preference stored in local storage.

  4. Session Storage: Checks for a language preference stored in session storage.

  5. Navigator: Uses the browser's language settings.

  6. HTML Tag: Checks the lang attribute of the <html> tag.

These sources are checked sequentially until a language is detected.