Settings.Secure.TtsDefaultCountry Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Default text-to-speech country.
[Android.Runtime.Register("TTS_DEFAULT_COUNTRY")]
[System.Obsolete("deprecated")]
public const string TtsDefaultCountry;
[<Android.Runtime.Register("TTS_DEFAULT_COUNTRY")>]
[<System.Obsolete("deprecated")>]
val mutable TtsDefaultCountry : string
Field Value
- Attributes
Remarks
Default text-to-speech country.
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_COUNTRY
.
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.