Language

AudioPresentation.Builder.SetLocale(ULocale) Method

Definition

Sets the language information of the audio presentation.

[Android.Runtime.Register("setLocale", "(Landroid/icu/util/ULocale;)Landroid/media/AudioPresentation$Builder;", "", ApiSince=29)]
public Android.Media.AudioPresentation.Builder SetLocale(Android.Icu.Util.ULocale language);
[<Android.Runtime.Register("setLocale", "(Landroid/icu/util/ULocale;)Landroid/media/AudioPresentation$Builder;", "", ApiSince=29)>]
member this.SetLocale : Android.Icu.Util.ULocale -> Android.Media.AudioPresentation.Builder

Parameters

language
ULocale

Locale corresponding to ISO 639-1/639-2 language code. This value cannot be null.

Returns

Attributes

Remarks

Sets the language information of the audio presentation.

Android reference for android.media.AudioPresentation.Builder.setLocale.

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