MAKELCID

Creates a locale identifier from a language identifier and a sort order identifier.


OutputVar := MAKELCID(LanguageID, SortID)
Function Example: langid := MAKELCID(0x9, 0x1)

Parameters

OutputVar

The name of the variable to store the language identifier.

LanguageID

The language identifier.

SortID

Sort order identifier.

Examples

MsgBox MakeLCId(MakeLangID(0x9, 0x1), 0) ; English, English, SORT_DEFAULT