CountryOrRegionID (Standard 8 Module Reference)

7/8/2014

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

This setting specifies the region code for a region that, when selected, displays a set of region-specific apps on the Start and Lock screens.

The user can select a region during Windows Welcome, or you can specify a region by using UserLocale settings in International-Core. If a region is selected, the following occurs:

  • If the selected region matches a region in RegionalOverrides, then the system displays the apps from that override.
  • If the selected region does not match any of these regions, then Windows Embedded 8 Standard (Standard 8) displays the apps from StartTiles for WideTiles, SquareTiles, and LockScreen.

For more information, see Tiles Overview.

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

Shell-Setup

Products/Embedded Core/Shell-Setup/StartTiles/RegionalOverrides/RegionalOverride/Regions/Region/CountryOrRegionID

XML Example

The following XML example shows how to configure a set of apps that apply to only France and Italy.

<RegionalOverrides>
    <RegionalOverride>
        <Order>1</Order>
        <Regions>
            <Region>
                <CountryOrRegionID>IT</CountryOrRegionID>
                <Key>1</Key>
            </Region>
            <Region>
                <CountryOrRegionID>FR</CountryOrRegionID>
                <Key>2</Key>
            </Region>
        </Regions>
        <!-- Square tiles, Wide Tiles, and LockScreen apps are specified here -->
    </RegionalOverride>
</RegionalOverrides>

See Also

Concepts

Embedded Core Settings