94 Part II: WMI Queries and Events
only, and it will report the value of the locale used in binding the namespace from the object
that returned the property. All of the Microsoft locale identifiers are in the form of MS_xxx,
such as MS_409 for American English. The system locale settings can be retrieved with
Microsoft Visual Basic Scripting Edition (VBScript) by using the GetLocale function built into
VBScript, but they report different numbers from the numbers reported by the Locale prop-
erty (for example, 1033 for American English). In reality, the reported numbers are not differ-
ent numbers but are different representations of the same number—1033 is base 10, and 409
is the same number in hexadecimal.
Namespace
The Namespace property ...