1
Reply

How to find out server culture info from COM+ application

Raghu Vemparala

Raghu Vemparala

Feb 10 2011 5:07 AM
11.5k

Hi, I have a COM+ package which is on the server. I have used the following code in one of the components of the package to get the server culture name
string serverCultureName = System.Threading.Thread.CurrentThread.CurrentCulture.Name;
If the COM+ application is running under System Account - Interactive user , above code returns "" which is Invariant Culture. But if the COM+ application is running under particular user account, the same code returns "en-US" which is correct. I want to get the same results regardless of the account under which the COM+ application is running. Can some one suggest me?
Thanks in advance
Raghu

Answers (1)