I18NHelper getInstance(
String bundleName,
ClassLoader loader
)
An instance bound to a bundle. This method uses the specified class loader to find the bundle. Note, the specified class loader must not be
null
. - Parameters:
bundleName
- the name of the bundleloader
- the class loader from which to load the resource bundle
- Return:
- the helper instance bound to the bundle
- Since:
- JDO 1.0