Browser language detection

2
I've made some part of a mendix app accessible by anonymous users. The anonymous users are landing on a form which multilanguage translated. But because the user is not logged the default language will be used in the form. That's oke for now, but our customer wants this form also multilanguage. So can we do something with the browser language in Mendix? What do we have to modify in order to use the browser language of the anonymous user?
asked
1 answers
1

You can use javascript to detect the language See this thread on StackOverFlow and then use URL-redirector or redirect in javascript. You 'll have to make multiple anonymous index pages, one per language.

answered