- The language that the system assumes the user wants to use in the current session
- It is determined by 3 questions that have to be asked in the following sequence:
- Is a language specified by the URL?
e.g., https://app.repaircode.de/?locale=de-DE/#login
YES --> This is the session language
NO --> Ask the next question - Is a language saved in the browser's local storage?
e.g., the user has actively selected an application language in the topbar menu (not AUTO)
YES --> This is the session language
NO --> Ask the next question - Which language is set as the browser language?
e.g., English is selected as the #1 preferred language in the browser's language settings (picture)
Only if both previous questions were answered with NO, this is the session language
- Is a language specified by the URL?
Was this article helpful?
YesNo