This topic has not yet been rated - Rate this topic

Createmui Tool

Windows CE .NET

With the Createmui Tool (Createmui.bat), you can create resource files for the Multilingual User Interface (MUI), taking advantage of the MUI functionality that allows an end user to change the language of the user interface (UI). For more information, see Multilingual User Interface (MUI).

createmui <LCID>

Parameters

LCID
Specifies the hexadecimal value of the locale identifier that you want to set.

Remarks

If a %_FLATRELEASEDIR%\Multiui.bib file is already present in your platform, Createmui deletes it. Createmui examines the entries in binary resource (.loc) files that are present in your platform, and then calls BuildMUIDII.bat for each directory listed. Next, Createmui copies any .mui files located in %_FLATRELEASEDIR%\<LCI> into %_FLATRELEASEDIR%. Finally, Createmui has <LCID> passed in as a parameter, and creates a new %_FLATRELEASEDIR%\Multiui.bib.

Once Createmui has executed, copy the contents of Multiui.bib into the FILES section of Project.bib. This ensures that the build system includes the new resource files in the run-time image.

The following command passes the parameter 0x0407 to Createmui.bat, resulting in the creation of a MUI resource page for the German (Germany) locale.

createmui 0x0407

See Also

Command-Line Tools | Multilingual User Interface | MUI Locale Considerations | Locale Identifiers


 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.