| Package | Description |
|---|---|
| org.nuiton.i18n |
Nuiton i18n
|
| org.nuiton.i18n.bundle |
| Modifier and Type | Method and Description |
|---|---|
I18nBundleEntry[] |
I18nStore.getBundleEntries() |
I18nBundleEntry[] |
I18nStore.getBundleEntries(Locale l) |
| Modifier and Type | Method and Description |
|---|---|
void |
I18nLanguage.load(I18nBundleEntry[] bundleEntries)
Deprecated.
since 2.4 use
I18nLanguage.load(I18nBundleEntry[], Charset) instead,
charset must be provided to avoid encoding problems |
void |
I18nLanguage.load(I18nBundleEntry[] bundleEntries,
Charset encoding)
charge les traductions de la languea partir d'une liste donnee de
fichiers de traduction.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<I18nBundleEntry> |
I18nBundle.entries
les entrés du bundle
|
| Modifier and Type | Method and Description |
|---|---|
static I18nBundleEntry[] |
I18nBundleUtil.getBundleEntries(I18nBundle... bundles)
Récupération de toutes les entrées de bundles pour les bundles données.
|
static I18nBundleEntry[] |
I18nBundleUtil.getBundleEntries(Locale l,
Locale defaultLocale,
boolean promuteGeneral,
I18nBundle... bundles)
Filtrage des entrées de bundles pour une locale donnée.
|
static I18nBundleEntry[] |
I18nBundleUtil.getBundleEntries(Locale l,
Locale defaultLocale,
I18nBundle... bundles)
Filtrage des entrées de bundles pour une locale donnée.
|
I18nBundleEntry[] |
I18nBundle.getEntries(I18nBundleScope scope)
Obtain the entries for a given
scope with no incluvie
logic. |
I18nBundleEntry[] |
I18nBundle.getEntries(Locale locale)
Obtain the entries for a given locale, with a inclusive scope search.
|
protected static I18nBundleEntry[] |
I18nBundleUtil.promuteBundle(I18nBundle bundle,
Locale l,
Locale defaultLocale,
boolean promuteGeneral)
Obtain some rescue entries for a given locale.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<I18nBundleEntry> |
I18nBundle.getEntries() |
Iterator<I18nBundleEntry> |
I18nBundle.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
I18nBundle.addEntry(I18nBundleEntry entry) |
int |
I18nBundleEntry.compareTo(I18nBundleEntry o) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
I18nBundleUtil.promuteFull(I18nBundle bundle,
Locale locale,
Locale defaultLocale,
List<I18nBundleEntry> result,
boolean promuteGeneral) |
protected static void |
I18nBundleUtil.promuteGeneral(I18nBundle bundle,
Locale locale,
Locale defaultLocale,
List<I18nBundleEntry> result) |
protected static void |
I18nBundleUtil.promuteLanguage(I18nBundle bundle,
Locale locale,
Locale defaultLocale,
List<I18nBundleEntry> result,
boolean promuteGeneral) |
Copyright © 2004–2016 CodeLutin. All rights reserved.