1548 in language

https://w3id.org/class/redaktor/inLanguage

JSON

Inbox

Definition

Used by PeerTube with the Video Object. The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard.
see schema.org/inLanguage - see also availableLanguage.

Example

{
  "type": "Video",
  "id": "https://peertube2.cpy.re/videos/watch/...",
  "name": "HLS test 1",
  "subtitleLanguage": [
    {
      "identifier": "ca",
      "name": "Catalan",
      "url": "https://peertube2.cpy.re/lazy-static/video-captions/...-ca.vtt"
    }
  ],

  // Optional
  "language": {
    "identifier": "en",
    "name": "English"
  }
}