# DomainLocalization - admin-graphql - OBJECT Version: 2024-10 ## Description The country and language settings assigned to a domain. ### Access Scopes ## Fields * [alternateLocales](/docs/api/admin-graphql/2024-10/scalars/String): String! - The ISO codes for the domain’s alternate locales. For example, `["en"]`. * [country](/docs/api/admin-graphql/2024-10/scalars/String): String - The ISO code for the country assigned to the domain. For example, `"CA"` or "*" for a domain set to "Rest of world". * [defaultLocale](/docs/api/admin-graphql/2024-10/scalars/String): String! - The ISO code for the domain’s default locale. For example, `"en"`. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples