Language
language/list
Produces a list of all known languages and their three-letter ISO639-3 codes. The list is hard-coded within the Tvheadend source.
{
"entries" : [
{
"val" : "Undetermined",
"key" : "und"
},
{
"key" : "aar",
"val" : "Afar"
},
{
"val" : "Abkhazian",
"key" : "abk"
}, ...
]
}language/locale
Produces a similar list to language/list but also including the full RFC3066 locale reference for those locales which have been compiled into Tvheadend.
language/ui_locale
Produces a list in the same format as language/locale but containing only those locales which are supported by TVHeadend (ie have translations available).
Last updated
Was this helpful?
