Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Effective with Windows CE .NET 4.2, the IMultiLanguage2interface is the base interface for the MLang API. This interface provides methods for character set conversions, code page detection, and the retrieval of information on code pages, locales, and character sets. It also provides access to the IEnumCodePage, IEnumRfc1766, and IMLangConvertCharsetinterfaces.

The IMultiLanguage2interface subsumes the functionality of IMultiLanguage, adding and expanding methods for code page detection and character set conversion. This interface is obsolete although, as with all COM interfaces, it is still supported.

The IMultiLanguage3interface inherits from IMultiLanguage2and adds two methods for detecting the encoding of outbound Unicode text.

See Also