Share via


LocaleConfig.SupportedLocales Property

Definition

Returns the locales supported by the specified application.

public virtual Android.OS.LocaleList? SupportedLocales { [Android.Runtime.Register("getSupportedLocales", "()Landroid/os/LocaleList;", "GetGetSupportedLocalesHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getSupportedLocales", "()Landroid/os/LocaleList;", "GetGetSupportedLocalesHandler", ApiSince=33)>]
member this.SupportedLocales : Android.OS.LocaleList

Property Value

the LocaleList

Attributes

Remarks

Returns the locales supported by the specified application.

<b>Note:</b> The locale format should follow the IETF BCP47 regular expression

Java documentation for android.app.LocaleConfig.getSupportedLocales().

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