Share via


ULocale.Keywords Property

Definition

<strong>[icu]</strong> Returns an iterator over keywords for this locale.

public Java.Util.IIterator? Keywords { [Android.Runtime.Register("getKeywords", "()Ljava/util/Iterator;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getKeywords", "()Ljava/util/Iterator;", "", ApiSince=24)>]
member this.Keywords : Java.Util.IIterator

Property Value

iterator over keywords, or null if there are no keywords.

Attributes

Remarks

<strong>[icu]</strong> Returns an iterator over keywords for this locale. If there are no keywords, returns null.

Java documentation for android.icu.util.ULocale.getKeywords().

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