Platform SDK: Web Telephony Engine

TTSMode.LanguageID Property

The LanguageID property retrieves a language identifier as specified for the Win32 API. Bits 0 through 9 identify the primary language, such as English, French, and 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 = ] TTSMode.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 SDK. Language ID codes are limited to the Win32 definition of the LANGID macro.

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

TTSMode