console.log("Language was initialized via URL-parameter - using the URL parameter as store instead of local storage",QueryParameters.wasInitialized("language"))
source=QueryParameters.GetQueryParameter(
"language",
undefined,
["The language to display MapComplete in.",
"The user display language is determined in the following order:",
"- If the user did log in and did set their language before with MapComplete, use this language",
"- If the user visited MapComplete before and did change their language, use the language as set by this URL-parameter. This will _disable_ saving the language to localStorage in case a non-logged-in user changes their language",
"- Use the navigator-language (if available)",
"- Use English",
"",
"Translations are never complete. If a translation in a certain language is missing, English is used as fallback."].join("\n"),