TvTrackInfo.Language Property

Definition

Returns the language information encoded by either ISO 639-1 or ISO 639-2/T.

public string? Language { [Android.Runtime.Register("getLanguage", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getLanguage", "()Ljava/lang/String;", "")>]
member this.Language : string

Property Value

Attributes

Remarks

Returns the language information encoded by either ISO 639-1 or ISO 639-2/T. If the language is unknown or could not be determined, the corresponding value will be null.

Java documentation for android.media.tv.TvTrackInfo.getLanguage().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to