vote up 0 vote down star

I'm currently playing with an issue in the format of currency values across an ASP.NET application.
I've set up my webconfig to detect automatically the client culture and I manage as it's desired from the app. I have to show the values formatted depending on his regional config.

My question is if the Regional Configuration within control panel affects the IE language configuration (Tools>Options>Language).

Thanks

flag

63% accept rate
<<Regional Configuration within control panel affects the IE language configuration (Tools>Options>Language).>> Only before first run, as that's what helps set the default option under Tools/Options/Language. – EricLaw -MSFT- Aug 7 at 1:22

1 Answer

vote up 1 vote down check

Regional settings under contorl panel only affects the client PC. The lanuages IE send to server with each HTTP request are defined under Tools>Options>Language. Upon what received with each HHTP request, the server decided how to treat it. You might get confusing results if you are using the same PC for server and client.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.