Interface IResourceBundleProvider
-
public interface IResourceBundleProvider
Provides the resource bundle with the given locale.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.ibm.icu.util.UResourceBundle
getResourceBundle(com.ibm.icu.util.ULocale locale)
Returns the resource bundle with the locale.java.util.ResourceBundle
getResourceBundle(java.util.Locale locale)
Deprecated.to support ICU4J, replaced by : getResourceBundle(ULocale locale)
-
-
-
Method Detail
-
getResourceBundle
@Deprecated java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
Deprecated.to support ICU4J, replaced by : getResourceBundle(ULocale locale)Returns the resource bundle with the locale.- Parameters:
locale
- the given locale- Returns:
- the resource bundle
-
getResourceBundle
com.ibm.icu.util.UResourceBundle getResourceBundle(com.ibm.icu.util.ULocale locale)
Returns the resource bundle with the locale.- Parameters:
locale
- the given locale- Returns:
- the resource bundle
-
-