Package org.apache.felix.webconsole.i18n
Class LocalizationHelper
- java.lang.Object
-
- org.apache.felix.webconsole.i18n.LocalizationHelper
-
public class LocalizationHelper extends java.lang.Object
The localization helper is supposed to be used from the bundle info providers. It will allow them to provide locale-specific names and descriptions of the bundle information entries.
-
-
Constructor Summary
Constructors Constructor Description LocalizationHelper(org.osgi.framework.Bundle bundle)
Creates a new helper instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ResourceBundle
getResourceBundle(java.util.Locale locale)
Used to retrieve the resource bundle for the specified locale.
-