SetLocale Instruction

Syntax
SetLocale LocaleID
Group
Miscellaneous
Description
Set the LocaleID for the current thread.
Pocket PC
Not supported.
Sandbox
Sandbox mode blocks this instruction.
Parameters Description
LocaleID Set the current thread's locale to this value.
See Also
GetLocale

Sub Main
    SetLocale &H409 ' English, US
End Sub