TextToSpeech.Language Property

Definition

Caution

deprecated

Returns a Locale instance describing the language currently being used for synthesis requests sent to the TextToSpeech engine.

[System.Obsolete("deprecated")]
public virtual Java.Util.Locale? Language { [Android.Runtime.Register("getLanguage", "()Ljava/util/Locale;", "GetGetLanguageHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getLanguage", "()Ljava/util/Locale;", "GetGetLanguageHandler")>]
member this.Language : Java.Util.Locale

Property Value

Locale

language, country (if any) and variant (if any) used by the client stored in a Locale instance, or null on error.

Attributes

Remarks

Java documentation for android.speech.tts.TextToSpeech.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