SystemLocale

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

SystemLocale specifies the default language to use for non-Unicode programs.

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

The system locale specifies the bitmap fonts and code pages (ANSI or DOS) that are used on the system by default. The system locale setting affects only ANSI (non-Unicode) applications. The language for non-Unicode programs is a per-system setting.

Users can change the system locale by using the Administrative tab in the Region and Language item in Control Panel.

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

Values

System_locale

Specifies the locale of the system.

The System_locale 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 | SystemLocale

Valid Configuration Passes

oobeSystem

specialize

Applies To

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

XML Example

The following example shows how to set the system locale to English (United States).

<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>

See Also

Concepts

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