Locale

public struct Locale: ImmutableMappable

A Locale represents possible translations for Entry Fields

  • The unique identifier for this Locale

    Declaration

    Swift

    public let code: String
  • 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