Creates a language identifier from a primary language identifier and a sublanguage identifier.
OutputVar := MAKELANGID(PrimaryLanguage, SubLanguage)Function Example: langid := MAKELANGID(0x9, 0x1)
The name of the variable to store the language identifier.
The primary language identifier.
The sublanguage identifier.
MsgBox MakeLangId(0x9, 0x1) ; English, English