Creates a locale identifier from a language identifier and a sort order identifier.
OutputVar := MAKELCID(LanguageID, SortID)Function Example: langid := MAKELCID(0x9, 0x1)
The name of the variable to store the language identifier.
The language identifier.
Sort order identifier.
MsgBox MakeLCId(MakeLangID(0x9, 0x1), 0) ; English, English, SORT_DEFAULT