UILanguage (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the UILanguage setting in Windows Embedded 8 Standard (Standard 8).

This setting contains the ISO language-region identifier that specifies the default system language to display user interface (UI) items, such as menus, dialog boxes, and help files.

This value is not case sensitive.

Unless otherwise specified, enter values in the format language-region, where language is an ISO-639 language code and region is an ISO 3166-1 country or region identifier (for example, en-US, fr-FR, or es-ES). If this setting is empty, the default value is en-US. For valid language codes, see InputLocale.

When you upgrade a deployed device, this setting is ignored because you can upgrade only from the same language.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Setting Description

International-Core

Products/Embedded Core/International-Core/UILanguage

Specifies the system default language to apply in the specialize or oobeSystem configuration passes:

  • When applied during the specialize configuration pass, the end user can select certain language and locale settings during Windows Embedded 8 Standard (Standard 8) Welcome
  • When applied during the oobeSystem configuration pass, the system skips the settings pages.

This setting is required for all unattended installations to prevent the Setup UI from displaying.

International-Core-WinPE

Products/Embedded Core/International-Core-WinPE/SetupUILanguage/UILanguage

Specifies the language to use for the user interface. The system applies this setting only in the windowsPE configuration pass.

In unattended installations, this setting is optional.

In addition to this setting, you must use EmbeddedCore/International-Core-WinPE/UILanguage to specify the default UI of the installation.

International-Core-WinPE

Products/Embedded Core/International-Core-WinPE/UILanguage

Specifies the system default language to apply in the windowsPE configuration pass.

This setting is required for all unattended installations to prevent the Setup UI from displaying.

XML Example

The following example shows how to set the UI language to German (Germany).

<InputLocale>0407:00000407</InputLocale>
<SystemLocale>de-DE</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UserLocale>de-DE</UserLocale>

The following example shows how to configure the Windows Embedded 8 Standard (Standard 8) Setup UI language to display French (France).

<SetupUILanguage>
    <UILanguage>fr-FR</UILanguage>
</SetupUILanguage>

See Also

Reference

InputLocale
SystemLocale
UILanguage
UserLocale

Concepts

Embedded Core Settings