Calendar.GetKeywordValuesForLocale(String, ULocale, Boolean) Method

Definition

[Android.Runtime.Register("getKeywordValuesForLocale", "(Ljava/lang/String;Landroid/icu/util/ULocale;Z)[Ljava/lang/String;", "", ApiSince=24)]
public static string[]? GetKeywordValuesForLocale (string? key, Android.Icu.Util.ULocale? locale, bool commonlyUsed);
[<Android.Runtime.Register("getKeywordValuesForLocale", "(Ljava/lang/String;Landroid/icu/util/ULocale;Z)[Ljava/lang/String;", "", ApiSince=24)>]
static member GetKeywordValuesForLocale : string * Android.Icu.Util.ULocale * bool -> string[]

Parameters

key
String
locale
ULocale
commonlyUsed
Boolean

Returns

String[]
Attributes

Remarks

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