Java.Util.ResourceBundle.GetBundle Method
Finds the named resource bundle for the default Locale and the caller's ClassLoader.

Syntax

[Android.Runtime.Register("getBundle", "(Ljava/lang/String;)Ljava/util/ResourceBundle;", "")]
public static ResourceBundle GetBundle (string bundleName)

Parameters

bundleName
the name of the ResourceBundle.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.MissingResourceExceptionif the ResourceBundle cannot be found.

Remarks

Finds the named resource bundle for the default Locale and the caller's ClassLoader.

[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