Language preference

0
Hi, does anyone know how to extract the operating systems (i.e. Windows, IOS) language preference (e.g. English, French) a web based Mendix App is running on?
asked
1 answers
0

Hi, you will have to use a JavaScript action to detect a browser language.  Perhaps here you can find more information: https://stackoverflow.com/questions/1043339/javascript-for-detecting-browser-language-preference

answered