public interface ResourceBundleProvider
ResourceBundles for messages.| Modifier and Type | Method and Description |
|---|---|
ResourceBundle |
getResourceBundle(String msgId,
Locale locale)
Returns a
ResourceBundle for the specified message ID
and locale. |
ResourceBundle getResourceBundle(String msgId, Locale locale)
ResourceBundle for the specified message ID
and locale.msgId - identifier of the message to be resolvedlocale - target localeResourceBundle which contains data for the messageCopyright © 2016. All Rights Reserved.