ResourceBundle.BaseBundleName Property

Definition

Returns the base name of this bundle, if known, or null if unknown.

public virtual string? BaseBundleName { [Android.Runtime.Register("getBaseBundleName", "()Ljava/lang/String;", "GetGetBaseBundleNameHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getBaseBundleName", "()Ljava/lang/String;", "GetGetBaseBundleNameHandler", ApiSince=26)>]
member this.BaseBundleName : string

Property Value

The base name of the resource bundle, as provided to and expected by the ResourceBundle.getBundle(...) methods.

Attributes

Remarks

Returns the base name of this bundle, if known, or null if unknown.

If not null, then this is the value of the baseName parameter that was passed to the ResourceBundle.getBundle(...) method when the resource bundle was loaded.

Added in 1.8.

Java documentation for java.util.ResourceBundle.getBaseBundleName().

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