Platform SDK: Web Telephony Engine

SRMode.LanguageID Property

The LanguageID property retrieves a language identifier as specified for the Microsoft Win32® API. Bits 0 through 9 identify the primary language, such as English, French, or Spanish. Bits 10 through 15 identify the sublanguage, which is essentially a locale setting. For example, Portuguese has two sublanguages, Brazilian and Standard.

Syntax

[ lLangID = ] SRMode.LanguageID

Possible Values

lLangID
Integer specifying the language identifier.

This property is read-only.

Remarks

For a list of primary and sublanguage identifiers, see the documentation for the MAKELANGID macro in the Win32 API. Language ID codes are limited to the Win32 definition of LANGID.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

SRMode