Returns an Object containing the localization for a given resource
bundle in a package, matching the specified locale.
Returns a hash containing name/value pairs in its prototypesuch
that values can be easily overridden. Throws an exception if the
bundle is not found. Bundle must have already been loaded by
Parameter |
Type |
Usage |
Description |
packageName |
String |
required |
package which is associated with this resource |
bundleName |
String |
required |
the base filename of the resource bundle (without the ".js" suffix) |
locale |
String |
optional |
the variant to load (optional). By default, the locale defined by |