ULocale.SetKeywordValue 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
SetKeywordValue(String, String, String) | |
SetKeywordValue(String, String) |
SetKeywordValue(String, String, String)
[Android.Runtime.Register("setKeywordValue", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)]
public static string? SetKeywordValue (string? localeID, string? keyword, string? value);
[<Android.Runtime.Register("setKeywordValue", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)>]
static member SetKeywordValue : string * string * string -> string
Parameters
- localeID
- String
- keyword
- String
- value
- String
Returns
- 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
SetKeywordValue(String, String)
[Android.Runtime.Register("setKeywordValue", "(Ljava/lang/String;Ljava/lang/String;)Landroid/icu/util/ULocale;", "", ApiSince=24)]
public Android.Icu.Util.ULocale? SetKeywordValue (string? keyword, string? value);
[<Android.Runtime.Register("setKeywordValue", "(Ljava/lang/String;Ljava/lang/String;)Landroid/icu/util/ULocale;", "", ApiSince=24)>]
member this.SetKeywordValue : string * string -> Android.Icu.Util.ULocale
Parameters
- keyword
- String
- value
- String
Returns
- 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.