Just a simple question, i notice that in my mvc application the current culture thread does not follow the language set in browser setting.
I use IE11 and on windows 10 (the last released build).
Whatewer the date format was set to English (US) d/MM/yyyy my mvc asp net application always show data in european format, because the thread culture is set to IT.
It's strange because i didn't encounter this behaviour on previous windows versione like windows 7.
It could be related to geolocalization enabled in the windows setting? or any cortana setting?? I thought about windows 10 is now 'smart' and depending on location where we connect it will set automatically the language on thread, ignoring the browser language setting...
NB: my pc is registered under domain of my company. Sometimes disabling localization i see the date agree with the langauge set in browser, but i can't understand exacty how it work or if it fully related on this setting.
Thanks in advance for any suggestion.
Regards.