LocaleManager.OverrideLocaleConfig Property
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.
Returns the override LocaleConfig for the calling app. -or- Sets the override LocaleConfig for the calling app.
public virtual Android.App.LocaleConfig? OverrideLocaleConfig { [Android.Runtime.Register("getOverrideLocaleConfig", "()Landroid/app/LocaleConfig;", "GetGetOverrideLocaleConfigHandler", ApiSince=34)] get; [Android.Runtime.Register("setOverrideLocaleConfig", "(Landroid/app/LocaleConfig;)V", "GetSetOverrideLocaleConfig_Landroid_app_LocaleConfig_Handler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getOverrideLocaleConfig", "()Landroid/app/LocaleConfig;", "GetGetOverrideLocaleConfigHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setOverrideLocaleConfig", "(Landroid/app/LocaleConfig;)V", "GetSetOverrideLocaleConfig_Landroid_app_LocaleConfig_Handler", ApiSince=34)>]
member this.OverrideLocaleConfig : Android.App.LocaleConfig with get, set
Property Value
the override LocaleConfig, or null if the LocaleConfig isn't overridden.
- Attributes
Remarks
Returns the override LocaleConfig for the calling app.
Android reference for android.app.LocaleManager.getOverrideLocaleConfig.
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.