public interface ResourceBundleFactory
| Modifier and Type | Method and Description |
|---|---|
ResourceBundle |
getBundle(Locale locale)
Returns a resource bundle for the specified locale, it may be an expensive operation.
|
ResourceBundle getBundle(Locale locale) throws IllegalArgumentException
locale - the locale for the resource bundleIllegalArgumentException - if the locale is nullCopyright © 2025 JBoss by Red Hat. All Rights Reserved.