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