GetLocale Function

Syntax              GetLocale

Group                Miscellaneous

Description       Get the locale ID for the current thread.

See Also            SetLocale.

Example            '#Language "WWB-COM"
Sub Main
    SetLocale &H409 ' English, US
    Debug.PrintHex(GetLocale) '"409"
End Sub