Language Object

Object that contains the language information

Attribute

  • id
    Unique ID (string)
  • localized_name
    Display of the localized name for the language

Example

{
  "id": "ja",
  "localized_name": "Japanese"
}