Programming Reference Manual
 
Syntax
 
GetLocale
 
Description
Get the locale ID for the current thread.
 
See Also
Example
 
Sub Main
SetLocale &H409 ' English, US
Debug.Print Hex(GetLocale) '"409"
End Sub