-
Packages Package Description org.nuiton.util.converter
-
Classes Class Description org.nuiton.i18n.I18nDefaultTooltipFilter since 2.4, this filter has nothing to do in i18n api, will be removed in version 3.0 and never replaced here...org.nuiton.util.converter.LocaleConverter since 3.2 use insteadLocaleConverter
(Note: This converter is no more loaded by theConverterUtil.initConverters()
)
-
Fields Field Description org.nuiton.i18n.I18n.initializer since 2.1, will be removed in version 3.0, in stead use the methodI18n.init(I18nInitializer, Locale)
which will pass directly the initializer to the store.
-
Methods Method Description org.nuiton.i18n.bundle.I18nBundleEntry.load(Properties) since 2.4 useI18nBundleEntry.load(Properties, Charset)
instead, charset must be provided to avoid encoding problemsorg.nuiton.i18n.I18n.l_(Locale, String, Object...) since 2.9, will be removed soon or later, prefer use now methodI18n.l(Locale, String, Object...)
org.nuiton.i18n.I18n.n_(String, Object...) since 2.9, will be removed soon or later, prefer use now methodI18n.n(String, Object...)
org.nuiton.i18n.I18nLanguage.load(I18nBundleEntry[]) since 2.4 useI18nLanguage.load(I18nBundleEntry[], Charset)
instead, charset must be provided to avoid encoding problemsorg.nuiton.i18n.I18nStore.getLanguage() since 2.1, will be removed in version 3.0, prefer use now the methodI18nStore.getCurrentLanguage()
.org.nuiton.i18n.I18nStore.setLanguage(Locale) since 2.1, will be removed in version 3.0, use now the methodI18nStore.setCurrentLocale(Locale)
.