One of our customers has embedded an article link within their application and would like the URL to remain the same when switching between languages.
Their requirement is that the language should be determined by the article ID or backend configuration, rather than by changes in the URL structure.
Specifically, based on the user’s browser language, the link should automatically redirect to the corresponding language version of the article. If the browser language does not match any of the available content languages, the user should be redirected to the default language version instead.