IMultiLanguage (Windows Embedded CE 6.0)

1/6/2010

This interface provides methods for character set conversions, code page detection, and the retrieval of information on code pages, locales, and character sets. This interface and its methods are supported on all Windows Embedded CE-based operating systems that include Mlang functionality.

Methods

The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description

ConvertString

Converts the given source string from the source code page to the destination code page.

ConvertStringFromUnicode

Translates the source Unicode string to the specified multibyte code page.

ConvertStringToUnicode

Translates the source string from the specified code page to Unicode.

CreateConvertCharset

Creates a charset Conversion object and retrieves its corresponding IMLangConvertCharset interface.

EnumCodePages

Creates a Code Page Enumeration object, initializes it with the value specified with grfFlags, and retrieves the corresponding IEnumCodePage interface.

EnumRfc1766

Creates a Locale Enumeration object and retrieves the corresponding IEnumRfc1766 interface.

GetCharsetInfo

Retrieves the MIMECSETINFO structure corresponding to the specified character set name.

GetCodePageInfo

Retrieves the MIMECPINFO structure corresponding to the code page specified in uiCodePage.

GetFamilyCodePage

Retrieves the family code page identifier value corresponding to uiCodePage.

GetLcidFromRfc1766

Retrieves the locale identifier (LCID) value corresponding to the given RFC1766-conforming name.

GetNumberOfCodePageInfo

Returns the number of code pages for which there is information available on the system.

GetRfc1766FromLcid

Retrieves the RFC1766-conforming name that corresponds to the given LCID.

GetRfc1766Info

Retrieves an RFC1766INFO structure that corresponds to the given LCID value.

IsConvertible

Checks if the charset conversion from the source code page to the destination code page can be performed.

Remarks

This interface provides access to three interfaces: IEnumCodePage, IEnumRfc1766, and IMLangConvertCharset. Calling these enumeration and conversion interfaces can provide information more efficiently than repeatedly calling the methods for the IMultiLanguage interface.

Requirements

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

See Also

Reference

Internet Explorer MLang Interfaces