interface ResourceBundleProvider
Modifier and Type | Method and Description |
---|---|
ResourceBundle |
findResource(String name,
Locale locale,
ClassLoader loader)
Find a ResourceBundle with the given name, locale, and class loader
(which may be null).
|
ResourceBundle findResource(String name, Locale locale, ClassLoader loader)
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.