International-Core (Standard 8 Module Reference)

7/8/2014

Review the settings, dependencies and any notes for the International-Core section of the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

These settings specify the language and locale settings for the system and the user.

The system applies these settings only in the specialize or oobeSystem configuration passes. When applied during the specialize configuration pass, the end user can select certain language and locale settings during Windows Embedded 8 Standard (Standard 8) Welcome. When applied during the oobeSystem configuration pass, these settings pages are skipped during Setup.

For language and locale settings to apply in the windowsPE configuration pass, see International-Core-WinPE. For information about configuration passes, see Image Builder Configuration Passes.

For the list of supported languages, locales, and identifiers, see InputLocale and Languages.

If any of child settings are empty, the default value is en-US.

Settings

This module includes the following settings.

XML Example

The following example 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

Embedded Core