SetLocale Instruction
Syntax
SetLocale LocaleID
Group
Description
Set the LocaleID for the current thread.
Pocket PC
Not supported.
Sandbox
Sandbox mode blocks this instruction.
Parameters
Parameters | Description |
---|---|
LocaleID | Set the current thread's locale to this value. |
Example
Sub Main SetLocale &H409 ' English, US End Sub
See also