Deprecated API


Contents
Deprecated Fields
org.nuiton.i18n.I18n.DEFAULT_ENCODING
          since 2.1, will be removed in version 3.0 
org.nuiton.i18n.I18n.DEFAULT_LOCALE
          since 2.1, will be removed in version 3.0 
org.nuiton.i18n.I18n.initializer
          since 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. 
org.nuiton.i18n.I18n.ISO_8859_1_ENCONDING
          since 2.1, will be removed in version 3.0 
org.nuiton.i18n.I18n.UTF_8_ENCONDING
          since 2.1, will be removed in version 3.0 
 

Deprecated Methods
org.nuiton.i18n.I18n.getInitializer()
          since 2.1, will be removed in version 3.0, the initializer will no more be saved in this class but directly in the I18nStore. 
org.nuiton.i18n.I18nStore.getLanguage()
          since 2.1, will be removed in version 3.0, prefer use now the method I18nStore.getCurrentLanguage(). 
org.nuiton.i18n.I18n.init()
          since 2.1, will be removed in version 3.0, prefer use the I18n.init(I18nInitializer, Locale) instead. 
org.nuiton.i18n.I18n.init(Locale)
          since 2.1, will be removed in version 3.0, prefer use the I18n.init(I18nInitializer, Locale) instead. 
org.nuiton.i18n.I18n.init(String, String)
          since 2.1, will be removed in version 3.0, prefer use the I18n.init(I18nInitializer, Locale) instead. 
org.nuiton.i18n.I18n.setInitializer(I18nInitializer)
          since 2.1, will be removed in version 3.0, use instead the method I18n.init(I18nInitializer, Locale). 
org.nuiton.i18n.I18nStore.setLanguage(Locale)
          since 2.1, will be removed in version 3.0, use now the method I18nStore.setCurrentLocale(Locale). 
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.