Interface I18NResource
-
- All Known Implementing Classes:
AbstractI18NResource
,ClasspathI18NResource
,HelpPathsI18NResource
,LanguagePluginI18NResource
,PluginI18NResource
,ResourceBundleI18NResource
public interface I18NResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceBundle
getBundle()
ResourceBundle
getBundle(String localeString)
-
-
-
Method Detail
-
getBundle
ResourceBundle getBundle()
-
getBundle
ResourceBundle getBundle(String localeString)
- Parameters:
localeString
-- Returns:
- a different locale version of the bundle mapped to this resource
-
-