CountryOrRegion (Standard 8 Module Reference)

7/8/2014

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

This setting contains an integer that specifies the region code for the device location. The region code is not the same as the country code used for telephone dialing.

Region codes can change over time.

To look up current region codes

  1. On a technician computer, on the Start menu, type Run and then press Enter.

  2. In the Run dialog box, type telephon.cpl.

  3. In the Phone and Modem Options dialog box, enter the location information for your device and click OK.

  4. On the Start menu, type Run and then press Enter.

  5. In the Run dialog box, type regedit.

  6. In the Registry Editor, navigate to the registry key Computer\HKEYLOCALMACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List. This registry key shows the current list of region code identifiers.

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

Telephony API Client

Features/Application Development Frameworks/Legacy Support/Telephony API Client/TapiUnattendLocation/CountryOrRegion

Remote Access

Features/Networking/Network Management/Remote Access/TapiUnattendLocation/CountryOrRegion

XML Example

The following XML example shows how to configure the location that the device calls from.

<TapiUnattendLocation>
    <AreaCode>123</AreaCode>
    <CountryOrRegion>123</CountryOrRegion>
    <DisableCallWaiting>7</DisableCallWaiting>
    <InternationalCarrierCode>123456789</InternationalCarrierCode>
    <LongDistanceAccess>11</LongDistanceAccess>
    <LongDistanceCarrierCode>123456789</LongDistanceCarrierCode>
    <Name>MyLocation</Name>
    <OutsideAccess>9</OutsideAccess>
    <PulseOrToneDialing>1</PulseOrToneDialing>
</TapiUnattendLocation>

See Also

Reference

Thin Client Template

Concepts

Feature Module Settings