java.util.ResourceBundle getResourceBundle(java.lang.String baseName,
java.util.Locale locale)
Returns the resource bundle of the given base name for the given locale.
Parameters:
baseName - The base name of the resource bundle to returned. If this parameter is null, the same resource bundle must be returned as if the getResourceBundle(Locale) method is called.
locale - the locale for which to retrieve the resource bundle. If this is null, the locale returned by #getLocale() is used to select the resource bundle.
Returns:
the resource bundle for the given locale