UserDictionary.Words.Locale 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.
The locale that this word belongs to.
[Android.Runtime.Register("LOCALE")]
public const string Locale;
[<Android.Runtime.Register("LOCALE")>]
val mutable Locale : string
Field Value
- Attributes
Remarks
The locale that this word belongs to. Null if it pertains to all locales. Locale is as defined by the string returned by Locale.toString().
TYPE: TEXT
Java documentation for android.provider.UserDictionary.Words.LOCALE
.
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.