InputLocale
InputLocale
specifies the input language and the method for input devices, such as the keyboard layout. The input locale (also called input language) is a per-process setting that describes an input 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 them. Users can add and remove input locales through the Languages tab of the Regional and Language Options Control Panel.
Note
This setting can be applied only during the specialize and oobeSystem configuration passes. To specify language and locale settings during the windowsPE pass, see the InputLocale setting in the Microsoft-Windows-International-Core-WinPE component.
For the list of supported languages, locales, and identifiers, see Supported Language Packs and Default Settings.
If this value is configured in the oobeSystem configuration pass, the Regional Settings page of Windows Welcome will be skipped.
Values
Input_locale |
Specifies the input language and keyboard layout for a Windows installation. Input_locale can be one of two values:
If you want 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 your system 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 | InputLocale
Valid Passes
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-International-Core.
XML Example
The following XML output shows how to set the input locale to the English (US) Dvorak keyboard.
<InputLocale>0409:00010409</InputLocale>
<SystemLocale>en-us</SystemLocale>
<UILanguage>en-us</UILanguage>
<UserLocale>en-us</UserLocale>