Createmui Tool (Compact 2013)

3/26/2014

This tool creates resource files for the Multilingual User Interface (MUI), which allows an end user to change the language of the user interface (UI).

Syntax

createmui <LCID>

Parameters

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

Remarks

When you execute Createmui.bat, it performs the following actions:

  1. If a %_FLATRELEASEDIR%\Multiui.bib file is present in your OS design, Createmui deletes it.
  2. Createmui examines the entries in binary resource (.loc) files that are present in your OS design and then calls BuildMUIDII.bat for each directory listed.
  3. Createmui copies .mui files in %_FLATRELEASEDIR%\<LCI> into %_FLATRELEASEDIR%.
  4. Createmui has <LCID> passed in as a parameter, and creates a new %_FLATRELEASEDIR%\Multiui.bib.
  5. After Createmui executes, 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.

Example

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

Reference

Platform Builder Command Line Tools

Other Resources

Multilingual User Interface (MUI)
Locale Identifiers