ULocale.Builder.AddUnicodeLocaleAttribute(String) 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.
Adds a unicode locale attribute, if not already present, otherwise has no effect.
[Android.Runtime.Register("addUnicodeLocaleAttribute", "(Ljava/lang/String;)Landroid/icu/util/ULocale$Builder;", "", ApiSince=24)]
public Android.Icu.Util.ULocale.Builder AddUnicodeLocaleAttribute(string attribute);
[<Android.Runtime.Register("addUnicodeLocaleAttribute", "(Ljava/lang/String;)Landroid/icu/util/ULocale$Builder;", "", ApiSince=24)>]
member this.AddUnicodeLocaleAttribute : string -> Android.Icu.Util.ULocale.Builder
Parameters
- attribute
- String
the attribute
Returns
This builder.
- Attributes
Remarks
Adds a unicode locale attribute, if not already present, otherwise has no effect. The attribute must not be null and must be well-formed or an exception is thrown.
Android reference for android.icu.util.ULocale.Builder.addUnicodeLocaleAttribute.
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.