LocalizationCountries
Lists countries with localized storefront experiences enabled.
View-Specific Information
Select
The server processes all filters client-side within the server. The following query is the only one processed server-side:
SELECT * FROM LocalizationCountries
Columns
| Name | Type | References | Description |
| IsoCode [KEY] | String | The ISO 3166 country code. | |
| Name | String | The full name of the country. | |
| UnitSystem | String | The measurement system used in the country, such as metric or imperial. | |
| CurrencyIsoCode | String | The ISO 4217 currency code used in the country. | |
| CurrencyName | String | The display name of the currency. | |
| CurrencySymbol | String | The symbol representing the currency. | |
| MarketId | String | A globally unique ID that identifies the associated market. | |
| MarketHandle | String | A human-readable unique identifier for the market, automatically generated from its title. | |
| AvailableLanguages | String | The languages available for storefronts in the country. |