UserLocale (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the UserLocale setting in Windows Embedded 8 Standard (Standard 8).

This setting contains the ISO language-region identifier that specifies the locale of the end user, and is used to format dates, times, currency, and numbers in a Standard 8 image.

This value is not case-sensitive. If this setting is empty, the default value is en-US. However, if you leave this setting empty in an unattended installation, the Windows Embedded 8 Standard (Standard 8) Setup user interface will display.

End users can change this value on a running Windows Embedded 8 Standard (Standard 8) image by using Regional and Language Options in Control Panel.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

International-Core

Products/Embedded Core/International-Core/UserLocale

International-Core-WinPE

Products/Embedded Core/International-Core-WinPE/UserLocale

XML Example

The following example shows how to set the user locale to Japanese (Japan).

<InputLocale>0411:00000411</InputLocale> 
<SystemLocale>ja-JP</SystemLocale> 
<UILanguage>ja-JP</UILanguage> 
<UserLocale>ja-JP</UserLocale>

See Also

Reference

InputLocale
SystemLocale
UILanguage

Concepts

Embedded Core Settings