Redirect to user's browser preferred language
h.ono
Can you make browsers redirect to the language the user has set for their language preference in the browser?
For instance, if the wiki has the top page 'home' with both 'en' (being the default language in the wiki admin settings) and 'fr' but if the user's browser has 'fr' as its primary language, go to '/fr/home' (assuming the page exists) instead of '/en/home' by default?
q-wertz
Maybe it is also possible to use a "placeholder" link
e.g.
https://wiki.secret.de/*/test/link/nextcloud
instead of
https://wiki.secret.de/de/test/link/nextcloud
https://wiki.secret.de/en/test/link/nextcloud
…
which redirects to the browser language.