Click to See Complete Forum and Search --> : retrieving server's regional settings


shinto
September 30th, 2002, 01:58 AM
Hi All,

Is there any way to identify the server language from sever machine's regional settings through ASP.

My objective is to develop a multilingual web application which should automatically select the language of the server.


Thanks in advance.

-shinto

MRutledge
September 30th, 2002, 07:20 PM
There is a server variable called
"http_accept_language"
This is the language that the particular browser is targeted to.

matt

shinto
October 1st, 2002, 03:39 AM
"http_accept_language" will identify the browser's language.

I need to indentify the server's language also.

-Shinto