Deprecated API
Contents
-
Deprecated Packages
-
Deprecated ClassesClassDescriptionsince 2.4, this filter has nothing to do in i18n api, will be removed in version 3.0 and never replaced here...since 3.2 use instead
LocaleConverter(Note: This converter is no more loaded by theConverterUtil.initConverters())
-
Deprecated FieldsFieldDescriptionsince 2.1, will be removed in version 3.0, in stead use the method
I18n.init(I18nInitializer, Locale)which will pass directly the initializer to the store.
-
Deprecated MethodsMethodDescriptionsince 2.4 use
I18nBundleEntry.load(Properties, Charset)instead, charset must be provided to avoid encoding problemssince 2.9, will be removed soon or later, prefer use now methodI18n.l(Locale, String, Object...)since 2.9, will be removed soon or later, prefer use now methodI18n.n(String, Object...)since 2.4 useI18nLanguage.load(I18nBundleEntry[], Charset)instead, charset must be provided to avoid encoding problemssince 2.1, will be removed in version 3.0, prefer use now the methodI18nStore.getCurrentLanguage().since 2.1, will be removed in version 3.0, use now the methodI18nStore.setCurrentLocale(Locale).