- bundleName
- the name of the ResourceBundle.
- locale
- the Locale.
- loader
- the ClassLoader to use.
Documentation for this section has not yet been entered.
Type Reason Java.Util.MissingResourceException if the ResourceBundle cannot be found.
Finds the named resource bundle for the specified Locale and ClassLoader. The passed base name and Locale are used to create resource bundle names. The first name is created by concatenating the base name with the result of Locale.ToString. From this name all parent bundle names are derived. Then the same thing is done for the default Locale. This results in a list of possible bundle names. Example For the basename "BaseName", the Locale of the German part of Switzerland (de_CH) and the default Locale en_US the list would look something like this: