View default locale for IIS 6.0 on Windows 2003 machine
- by neeta
Is there any method I could use in my web application to view the locale value used by IIS 6.0 on Windows 2003 Server? I call GetLocale which returns me the LOCALE_SYSTEM_DEFAULT, but I would like to confirm that even IIS is using the same locale.
The reason I want to view IIS locale value is, two web servers having the same LOCALE_SYSTEM_DEFAULT, display the date in a different format.