Package com.logicaldoc.i18n
Class I18N
java.lang.Object
com.logicaldoc.i18n.I18N
A class for retrieval of localized messages. All bundles declared in
ResourceBundle extension point. The first key match wins.
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Locale
getLocaleISO3
(String iso3Code) Get the locale corresponding to the ISO 639-2(3 digits)getMessages
(Locale locale) static String
static String
static String
static String
static String
-
Field Details
-
bundles
-
-
Method Details
-
message
-
message
-
message
-
message
-
message
-
getMessages
-
getLocales
-
getLocaleISO3
Get the locale corresponding to the ISO 639-2(3 digits)- Parameters:
iso3Code
- The 3 digit code- Returns:
- The localse
-