defaultSourceOrder
The default order in which the language detector will check the sources.
By default, the detector checks the following sources in order:
Query String: Checks the URL for a
lng
parameter.Cookie: Checks for a language preference stored in cookies.
Local Storage: Checks for a language preference stored in local storage.
Session Storage: Checks for a language preference stored in session storage.
Navigator: Uses the browser's language settings.
HTML Tag: Checks the
lang
attribute of the<html>
tag.
These sources are checked sequentially until a language is detected.