Language

MatroskaTrack.Language property

Gets the language of the track in the Matroska languages form. This Element MUST be ignored if the LanguageIetf Element is used in the same TrackEntry.

public string Language { get; }

Property Value

The language of the track in the Matroska languages form.

Remarks

Language codes can be either the 3 letters bibliographic ISO-639-2 form (like “fre” for french), or such a language code followed by a dash and a country code for specialities in languages(like “fre-ca” for Canadian French). Country codes are the same as used for internet domains.

See Also