Settings.Secure.TtsDefaultLang Field

Definition

Caution

deprecated

Default text-to-speech language.

[Android.Runtime.Register("TTS_DEFAULT_LANG")]
[System.Obsolete("deprecated")]
public const string TtsDefaultLang;
[<Android.Runtime.Register("TTS_DEFAULT_LANG")>]
[<System.Obsolete("deprecated")>]
val mutable TtsDefaultLang : string

Field Value

Attributes

Remarks

Default text-to-speech language.

This member is deprecated. this setting is no longer in use, as of the Ice Cream Sandwich release. Apps should never need to read this setting directly, instead can query the TextToSpeech framework classes for the default locale. TextToSpeech#getLanguage().

Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_LANG.

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