Home > @infiniteobjects/shopify-data-manager > AdminTypes > DomainLocalization
The country and language settings assigned to a domain.
Signature:
export interface DomainLocalization
Property | Modifiers | Type | Description |
---|---|---|---|
alternateLocales | Array<Scalars[‘String’][‘output’]> | The ISO codes for the domain’s alternate locales. For example, ["en"] . |
|
country? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The ISO code for the country assigned to the domain. For example, "CA" or “*” for a domain set to “Rest of world”. |
|
defaultLocale | Scalars[‘String’][‘output’] | The ISO code for the domain’s default locale. For example, "en" . |