Programming Reference Manual
 
Syntax
 
SetLocale LocaleID
 
Description
Set the LocaleID for the current thread.
 
Parameter
Description
LocaleID
Set the current thread's locale to this value.
See Also
Example
 
Sub Main
    SetLocale &H409 ' English, US
End Sub