type
LocalizationSettings
type LocalizationSettings struct {
Locales []Locale `json:"locales"`
DefaultLocale LocaleCode `json:"defaultLocale"`
Fallback bool `json:"fallback"`
}Deterministic content-locale configuration.
Locales[]Locale- The Locales value.
DefaultLocaleLocaleCode- The DefaultLocale value.
Fallbackbool- The Fallback value.
LocaleCodes returns locale identities in authoring order. Executable per-request availability rules remain in Go and are not serialized.
Methods
LocalizationSettings.LocaleCodes()LocaleCodes returns configured locale identities in deterministic authoring order.