ULocale.GetDisplayKeywordValue Method
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.
Overloads
GetDisplayKeywordValue(String) |
<strong>[icu]</strong> Returns a keyword value localized for display in the default |
GetDisplayKeywordValue(String, ULocale) |
<strong>[icu]</strong> Returns a keyword value localized for display in the specified locale. |
GetDisplayKeywordValue(String, String, ULocale) |
<strong>[icu]</strong> Returns a keyword value localized for display in the specified locale. |
GetDisplayKeywordValue(String, String, String) |
<strong>[icu]</strong> Returns a keyword value localized for display in the specified locale. |
GetDisplayKeywordValue(String)
<strong>[icu]</strong> Returns a keyword value localized for display in the default DISPLAY
locale.
[Android.Runtime.Register("getDisplayKeywordValue", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)]
public string? GetDisplayKeywordValue (string? keyword);
[<Android.Runtime.Register("getDisplayKeywordValue", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)>]
member this.GetDisplayKeywordValue : string -> string
Parameters
- keyword
- String
the keyword whose value is to be displayed.
Returns
the localized value name.
- Attributes
Remarks
<strong>[icu]</strong> Returns a keyword value localized for display in the default DISPLAY
locale.
Java documentation for android.icu.util.ULocale.getDisplayKeywordValue(java.lang.String)
.
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
GetDisplayKeywordValue(String, ULocale)
<strong>[icu]</strong> Returns a keyword value localized for display in the specified locale.
[Android.Runtime.Register("getDisplayKeywordValue", "(Ljava/lang/String;Landroid/icu/util/ULocale;)Ljava/lang/String;", "", ApiSince=24)]
public string? GetDisplayKeywordValue (string? keyword, Android.Icu.Util.ULocale? displayLocale);
[<Android.Runtime.Register("getDisplayKeywordValue", "(Ljava/lang/String;Landroid/icu/util/ULocale;)Ljava/lang/String;", "", ApiSince=24)>]
member this.GetDisplayKeywordValue : string * Android.Icu.Util.ULocale -> string
Parameters
- keyword
- String
the keyword whose value is to be displayed.
- displayLocale
- ULocale
the locale in which to display the value.
Returns
the localized value name.
- Attributes
Remarks
<strong>[icu]</strong> Returns a keyword value localized for display in the specified 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.
Applies to
GetDisplayKeywordValue(String, String, ULocale)
<strong>[icu]</strong> Returns a keyword value localized for display in the specified locale.
[Android.Runtime.Register("getDisplayKeywordValue", "(Ljava/lang/String;Ljava/lang/String;Landroid/icu/util/ULocale;)Ljava/lang/String;", "", ApiSince=24)]
public static string? GetDisplayKeywordValue (string? localeID, string? keyword, Android.Icu.Util.ULocale? displayLocale);
[<Android.Runtime.Register("getDisplayKeywordValue", "(Ljava/lang/String;Ljava/lang/String;Landroid/icu/util/ULocale;)Ljava/lang/String;", "", ApiSince=24)>]
static member GetDisplayKeywordValue : string * string * Android.Icu.Util.ULocale -> string
Parameters
- localeID
- String
the id of the locale whose keyword value is to be displayed.
- keyword
- String
the keyword whose value is to be displayed.
- displayLocale
- ULocale
the id of the locale in which to display the value.
Returns
the localized value name.
- Attributes
Remarks
<strong>[icu]</strong> Returns a keyword value localized for display in the specified locale. This is a cover for the ICU4C API.
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
GetDisplayKeywordValue(String, String, String)
<strong>[icu]</strong> Returns a keyword value localized for display in the specified locale.
[Android.Runtime.Register("getDisplayKeywordValue", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)]
public static string? GetDisplayKeywordValue (string? localeID, string? keyword, string? displayLocaleID);
[<Android.Runtime.Register("getDisplayKeywordValue", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)>]
static member GetDisplayKeywordValue : string * string * string -> string
Parameters
- localeID
- String
the id of the locale whose keyword value is to be displayed.
- keyword
- String
the keyword whose value is to be displayed.
- displayLocaleID
- String
the id of the locale in which to display the value.
Returns
the localized value name.
- Attributes
Remarks
<strong>[icu]</strong> Returns a keyword value localized for display in the specified locale. This is a cover for the ICU4C API.
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.