SetupUILanguage

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

In unattended installations, SetupUILanguage is optional. For more information about input locale-naming conventions, see this Microsoft Web site.

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

Microsoft-Windows-International-Core-WinPE | SetupUILanguage

Valid Passes

windowsPE

Applies To

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

XML Example

The following XML output shows how to configure the Windows Setup UI language to display French (France).

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

See Also

Concepts

Microsoft-Windows-International-Core-WinPE
Microsoft-Windows-International-Core