Language

TvTrackInfo.Builder.SetLanguage(String) Method

Definition

Sets the language information of the current track.

[Android.Runtime.Register("setLanguage", "(Ljava/lang/String;)Landroid/media/tv/TvTrackInfo$Builder;", "")]
public Android.Media.TV.TvTrackInfo.Builder SetLanguage(string language);
[<Android.Runtime.Register("setLanguage", "(Ljava/lang/String;)Landroid/media/tv/TvTrackInfo$Builder;", "")>]
member this.SetLanguage : string -> Android.Media.TV.TvTrackInfo.Builder

Parameters

language
String

The language string encoded by either ISO 639-1 or ISO 639-2/T. This value cannot be null.

Returns

Attributes

Remarks

Sets the language information of the current track.

Android reference for android.media.tv.TvTrackInfo.Builder.setLanguage.

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