Aracılığıyla paylaş


Settings.Secure.TtsDefaultVariant Field

Definition

Caution

deprecated

Default text-to-speech locale variant.

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

Field Value

Attributes

Remarks

Default text-to-speech locale variant.

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 locale that is in use TextToSpeech#getLanguage().

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

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