Culture Attributes

5 attributes in this category. 5 stable

Stable Attributes

culture.calendar

string PII: Maybe OTel: False

The calendar system used by the culture.

Example GregorianCalendar
Raw JSON
{
  "key": "culture.calendar",
  "brief": "The calendar system used by the culture.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "GregorianCalendar"
}

culture.display_name

string PII: Maybe OTel: False

Human readable name of the culture.

Example English (United States)
Raw JSON
{
  "key": "culture.display_name",
  "brief": "Human readable name of the culture.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "English (United States)"
}

culture.is_24_hour_format

boolean PII: Maybe OTel: False

Whether the culture uses 24-hour time format.

Example true
Raw JSON
{
  "key": "culture.is_24_hour_format",
  "brief": "Whether the culture uses 24-hour time format.",
  "type": "boolean",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": true
}

culture.locale

string PII: Maybe OTel: False

The locale identifier following RFC 4646.

Example en-US
Raw JSON
{
  "key": "culture.locale",
  "brief": "The locale identifier following RFC 4646.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "en-US"
}

culture.timezone

string PII: Maybe OTel: False

The timezone of the culture, as a geographic timezone identifier.

Example Europe/Vienna
Raw JSON
{
  "key": "culture.timezone",
  "brief": "The timezone of the culture, as a geographic timezone identifier.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "Europe/Vienna"
}