UILanguage

Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista

UILanguage specifies the language that will be used as the default system language to display user interface (UI) items (such as menus, dialog boxes, and Help files).

This setting is used by Windows® Setup and Windows Deployment Services.

For a list of supported languages, see Supported Language Packs and Default Settings.

In upgrade installation types, this setting is ignored. In upgrade installations, you can upgrade only from the same language.

Values

UI_language

Specifies the language of the UI.

The UI_language string is based on the language-tagging conventions of RFC 3066. The pattern language-region is used, where language is a language code and region is a country or region identifier (for example, en-US, fr-FR, or es-ES).

This value is not case-sensitive.

This string type supports empty elements.

Parent Hierarchy

Microsoft-Windows-International-Core-WinPE | UILanguage

Valid Configuration Passes

windowsPE

Applies To

For the list of the Windows editions and architectures that this component supports, see Microsoft-Windows-International-Core-WinPE.

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>

See Also

Concepts

Microsoft-Windows-International-Core