Java.Util.ResourceBundle.GetBundle Method
Finds the named ResourceBundle for the specified Locale and the caller ClassLoader.

Syntax

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

Parameters

bundleName
the name of the ResourceBundle.
locale
the Locale.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.MissingResourceExceptionif the resource bundle cannot be found.

Remarks

Finds the named ResourceBundle for the specified Locale and the caller 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