IMultiLanguage3

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The IMultiLanguage3 interface inherits from the IMultiLanguage2 interface and extends its functionality by adding outbound text detection. This interface is not supported on all Windows Mobile operating systems. Refer to the SDK documentation specific to your target device to see whether this functionality is supported.

Methods

The following table shows the methods of this interface. Like all COM interfaces, this interface inherits the methods of the IUnknown interface.

Method Description

DetectOutboundCodePage

Detects the encoding of outbound Unicode text.

DetectOutboundCodePageInIStream

Detects the encoding of outbound Unicode text. This method resembles the IMultiLanguage3::DetectOutboundCodePage method, except that the source text is in an IStream object.

Remarks

This interface is used by applications such as Microsoft® Outlook® to detect the encoding of outbound messages. Unicode text messages are parsed and the most appropriate encoding is returned.

Requirements

Header mlang.h, mlang.idl
Library mlang.dll
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later