How To Use GetLocale() and SetLocale() in VBScript (232158)
The information in this article applies to:
- Microsoft Visual Basic, Scripting Edition 5.0
This article was previously published under Q232158 SUMMARY
Visual Basic Scripting Edition (VBScript) version 5.0 supports the functionality of retrieving and changing the current locale settings of your current Web page. The two functions that support this feature are GetLocale() and SetLocale().
GetLocale() returns the current locale on the client machine.
SetLocale() sets the locale to the new specified locale
These functions can be used accordingly to localize the date, time, or currency of your Web page.
NOTE: GetLocale() and SetLocale() are not supported in JavaScript.
Modification Type: | Minor | Last Reviewed: | 7/13/2004 |
---|
Keywords: | kbhowto KB232158 |
---|
|