Platform SDK: Web Telephony Engine |
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.
[ lLangID = ] TTSMode.LanguageID
This property is read-only.
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.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Mswtecom.idl and Mswtecom.h.
Library: Use Mswtecom.lib.