View default locale for IIS 6.0 on Windows 2003 machine
Posted
by neeta
on Stack Overflow
See other posts from Stack Overflow
or by neeta
Published on 2010-04-01T06:00:23Z
Indexed on
2010/04/01
6:03 UTC
Read the original article
Hit count: 554
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.
© Stack Overflow or respective owner