SetupUILanguage defines the language to use in Windows® Setup and Windows Deployment Services.

For the list of supported languages, locales, and identifiers, see Supported Language Packs and Default Settings.

Child Elements

UILanguage

Specifies the language of the user interface (UI) to use during Windows Setup or Windows Deployment Services.

WillShowUI

This setting is deprecated and should not be used.

Parent Hierarchy

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 configure the Windows Setup UI language to display French (France).

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

See Also