Locale

public class Locale: ImmutableMappable

A Locale represents possible translations for Entry Fields

  • Linked list accessor for going to the next fallback locale

    Declaration

    Swift

    public let fallbackLocaleCode: LocaleCode?
  • The unique identifier for this Locale

    Declaration

    Swift

    public let code: LocaleCode
  • Whether this Locale is the default (if a Field is not translated in a given Locale, the value of the default locale will be returned by the API)

    Declaration

    Swift

    public let isDefault: Bool
  • The name of this Locale

    Declaration

    Swift

    public let name: String