SetLocale Instruction
SyntaxGroupSetLocale LocaleID
MiscellaneousDescription
Set the LocaleID for the current thread.Pocket PC
Not supported.Sandbox
Sandbox mode blocks this instruction.
See Also
Parameters Description LocaleID Set the current thread's locale to this value.
GetLocale
Sub Main SetLocale &H409 ' English, US End Sub