Regional Settings - .NET Web Application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to retrieve the regional settings of a client connecting to a
web server? I know I can get the regional settings of the machine on the web
server, but am not aware of a way to do that from the client.

Thanks
Paul
 
Is there a way to retrieve the regional settings of a client connecting to a
web server?

How about checking Request.ServerVariables["HTTP_ACCEPT_LANGUAGE"] ?



Mattias
 
I am not sure of the mechanics right now, but the user picks a time zone when
they set up the machine, so you can get certain regional information from the
clients side.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top