View Source Contentful.Locale (Contentful SDK v0.6.0)

Represents a single locale available in a given Space - see

See the official docs for more information

Link to this section Summary

Link to this section Types

@type t() :: %Contentful.Locale{
  code: String.t(),
  default: boolean(),
  fallback_code: String.t() | nil,
  name: String.t()
}