C
cmrchs
Hi,
I try to obtain the current culture of a server by executing :
string str = Thread.CurrentThread.CurrentCulture.ToString();
Executing this in a console-applicastion results in the correct string (e.g. "en-AU")
but when executing in ASP.NET does the command always return "en-US" ???
How come ?
How can I make sure it does return the correct cultureInfo ?
thanks
Chris
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
I try to obtain the current culture of a server by executing :
string str = Thread.CurrentThread.CurrentCulture.ToString();
Executing this in a console-applicastion results in the correct string (e.g. "en-AU")
but when executing in ASP.NET does the command always return "en-US" ???
How come ?
How can I make sure it does return the correct cultureInfo ?
thanks
Chris
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...