public interface ResourceBundleProvider
ResourceBundle
s 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 © 2015. All Rights Reserved.