Java.Util.ResourceBundle.Locale Property
Gets the Locale of this ResourceBundle.

Syntax

[get: Android.Runtime.Register("getLocale", "()Ljava/util/Locale;", "GetGetLocaleHandler")]
public virtual Locale Locale { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the Locale of this ResourceBundle. In case a bundle was not found for the requested Locale, this will return the actual Locale of this resource bundle that was found after doing a fallback.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1