| Method and Description |
|---|
| 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.I18nLanguage.load(I18nBundleEntry[])
since 2.4 use
I18nLanguage.load(I18nBundleEntry[], Charset) instead,
charset must be provided to avoid encoding problems |
| org.nuiton.i18n.bundle.I18nBundleEntry.load(Properties)
since 2.4 use
I18nBundleEntry.load(Properties, Charset) instead,
charset must be provided to avoid encoding problems |
| 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–2018 Ultreia.io. All rights reserved.