IMultiLanguage2 (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. It also provides access to the IEnumCodePage, IEnumRfc1766, and IMLangConvertCharset interfaces. This interface is not supported on all Windows Embedded CE-based operating systems. See the SDK documentation specific to your target device to see whether this functionality is supported.
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 |
---|---|
Converts the given source string from the source code page to the destination code page. |
|
Translates the source Unicode string to the specified multibyte code page. |
|
Translates the source Unicode string to the specified multibyte code page. |
|
Converts the given stream from the source code page to the destination code page. |
|
Translates the source string from the specified code page to Unicode. |
|
Translates the multibyte string from the specified code page to Unicode. |
|
Creates a charset Conversion object and retrieves its corresponding IMLangConvertCharset interface. |
|
Detects the code page of the given stream. |
|
Detects the code page of the given string. |
|
Creates a Code Page Enumeration object, initializes it with the value specified with grfFlags, and retrieves the corresponding IEnumCodePage interface. |
|
Creates a Locale Enumeration object and retrieves the corresponding IEnumRfc1766 interface. |
|
Creates a Script Enumeration object, initializes it with the specified SCRIPTINFO constants, and retrieves the corresponding IEnumScript interface. |
|
Retrieves the MIMECSETINFO structure corresponding to the specified charset name. |
|
Retrieves the code page description that corresponds to uiCodePage. |
|
Retrieves the MIMECPINFO structure corresponding to the specified code page. |
|
Retrieves the family code page identifier value of the specified code page. |
|
Retrieves the locale identifier (LCID) value corresponding to the given RFC1766-conforming name. |
|
Retrieves the number of code pages for which there is information available on the system. |
|
Retrieves the number of scripts. |
|
Retrieves the RFC1766-conforming name that corresponds to the given LCID. |
|
Retrieves an RFC1766INFO structure that corresponds to the given LCID value. |
|
Checks if the charset conversion from the source code page to the destination code page can be performed. |
|
Sets the MIME database to be used by MLang. |
Remarks
This interface updates the IMultiLanguage interface by adding and expanding methods. These changes create a new code page detection functionality and enhance the existing character set conversion functionality. The IMultiLanguage2 interface also supports the original capabilities of the IMultiLanguage interface, such as character set conversion and information retrieval from the MIME database. The IMultiLanguage2 interface should be used instead of the IMultiLanguage interface.
Requirements
Header | mlang.h, mlang.idl |
Library | mlang.dll |
Windows Embedded CE | Windows CE .NET 4.0 and later |