1547 subtitle languages

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

JSON

Inbox

Definition

Used by PeerTube with the Video Object. Languages in which subtitles/captions are available, in IETF BCP 47 standard format.
see schema.org/subtitleLanguage
see also schema.org/Language

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"
  }
}