Share via


ULocale.Fallback Property

Definition

<strong>[icu]</strong> Returns the fallback locale for this locale.

public Android.Icu.Util.ULocale? Fallback { [Android.Runtime.Register("getFallback", "()Landroid/icu/util/ULocale;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getFallback", "()Landroid/icu/util/ULocale;", "", ApiSince=24)>]
member this.Fallback : Android.Icu.Util.ULocale

Property Value

Attributes

Remarks

<strong>[icu]</strong> Returns the fallback locale for this locale. If this locale is root, returns null.

Java documentation for android.icu.util.ULocale.getFallback().

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