InputLocale
InputLocale
specifies the input language and the input method for input devices, such as the keyboard layout. This setting is used by Windows Setup and Windows Deployment Services.
The input locale (also called input language) is a per-process setting that describes a language (for example, Greek) and an input method (for example, the keyboard). There can be multiple input locales installed, and the user can switch between input locales. Users can add and remove input locales through the Languages tab of the Regional and Language Options program in Control Panel.
Note
This setting can be applied only during the windowsPE configuration pass. To specify language and locale settings during the oobeSystem or specialize pass, see the InputLocale setting in the Microsoft-Windows-International-Core component.
For the list of supported languages, locales, and identifiers, see Supported Language Packs and Default Settings.
Note
This setting is required for all unattended installations. To prevent the Windows Setup user interface (UI) from displaying, you must configure this setting. For a complete list of required settings, see Settings to Use for an Unattended Installation.
Value
Input_locale |
Specifies the input language and the keyboard layout for a Windows installation. Input_locale can be one of two values:
To specify more than one input locale to add support for more than one keyboard type, you can specify multiple values separated by semicolons. For example, you can specify The valid keyboard layouts that can be configured on a computer are listed in the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts For a list of the default input locale values, see Supported Language Packs and Default Settings. |
This string type supports empty elements.
Parent Hierarchy
Microsoft-Windows-International-Core-WinPE | InputLocale
Valid Passes
Applies To
For the list of the supported Windows editions and architectures this component supports, see Microsoft-Windows-International-Core-WinPE.
This setting is available to OEMs and system builders.
XML Example
The following XML output shows how to set the input locale to the English (United States) Dvorak keyboard.
<InputLocale>0409:00010409</InputLocale>
<SystemLocale>en-us</SystemLocale>
<UILanguage>en-us</UILanguage>
<UserLocale>en-us</UserLocale>
See Also
Concepts
Microsoft-Windows-International-Core-WinPE
Microsoft-Windows-International-Core