ULocale Constructors

Definition

Overloads

ULocale(String)
ULocale(String, String)
ULocale(String, String, String)

ULocale(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)]
public ULocale (string? localeID);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)>]
new Android.Icu.Util.ULocale : string -> Android.Icu.Util.ULocale

Parameters

localeID
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

ULocale(String, String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=24)]
public ULocale (string? a, string? b);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=24)>]
new Android.Icu.Util.ULocale : string * string -> Android.Icu.Util.ULocale

Parameters

a
String
b
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

ULocale(String, String, String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=24)]
public ULocale (string? a, string? b, string? c);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=24)>]
new Android.Icu.Util.ULocale : string * string * string -> Android.Icu.Util.ULocale

Parameters

a
String
b
String
c
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