Syntax
SetLocale LocaleID
Group
Miscellaneous
Description
Set the LocaleID for the current thread.
Parameters
|
Description
|
LocaleID
|
Set the current thread's locale to this value.
|
See Also
GetLocale
Example
Sub Main
SetLocale &H409 ' English, US
End Sub