Deprecated API
Contents
-
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).