- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 33 of file I18nContext.java.
◆ getI18nFolder()
static Path org.turro.i18n.I18nContext.getI18nFolder |
( |
| ) |
|
|
static |
Definition at line 42 of file I18nContext.java.
43 return Path.of(ElephantContext.getRealPath(
"/WEB-INF/elephant/i18n"));
◆ getSiteLocales()
static List<Locale> org.turro.i18n.I18nContext.getSiteLocales |
( |
| ) |
|
|
static |
Definition at line 46 of file I18nContext.java.
47 I18nLocaleList locales =
new I18nLocaleList();
48 Strings.csvToList(ElephantContext.getSiteLocales())
49 .forEach(lang -> locales.add(I18nLocales.createLocale(lang)));
◆ BUNDLES
final String [] org.turro.i18n.I18nContext.BUNDLES |
|
static |
Initial value:= {
"lang",
"elephant",
"documentation",
"label-site"
}
Definition at line 35 of file I18nContext.java.
The documentation for this class was generated from the following file: