Locale.UnicodeLocaleAttributes Property

Definition

Returns the set of unicode locale attributes associated with this locale, or the empty set if it has no attributes.

public System.Collections.Generic.ICollection<string> UnicodeLocaleAttributes { [Android.Runtime.Register("getUnicodeLocaleAttributes", "()Ljava/util/Set;", "")] get; }
[<get: Android.Runtime.Register("getUnicodeLocaleAttributes", "()Ljava/util/Set;", "")>]
member this.UnicodeLocaleAttributes : System.Collections.Generic.ICollection<string>

Property Value

The set of attributes.

Attributes

Remarks

Returns the set of unicode locale attributes associated with this locale, or the empty set if it has no attributes. The returned set is unmodifiable.

Added in 1.7.

Java documentation for java.util.Locale.getUnicodeLocaleAttributes().

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