Session Language

  • 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:
    1. 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
    2. 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
    3. 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
Was this article helpful?
YesNo