SetLocale Instruction
Syntax SetLocale LocaleID
Group Miscellaneous
Description Set the LocaleID for the current thread.
Pocket PC Not supported.
Parameter Description
LocaleID Set the current thread's locale to this value.
See Also GetLocale.
Example
'#Language
"WWB-COM"
Sub Main
SetLocale &H409 '
English, US
End Sub