| Package | Description |
|---|---|
| org.nuiton.i18n |
Nuiton i18n
|
| org.nuiton.i18n.format | |
| org.nuiton.i18n.init |
| Modifier and Type | Field and Description |
|---|---|
static I18nMessageFormatter |
I18nUtil.DEFAULT_MESSAGE_FORMATTER |
protected static I18nMessageFormatter |
I18n.messageFormatter
Formatter to apply on each translation.
|
| Modifier and Type | Method and Description |
|---|---|
static I18nMessageFormatter |
I18n.getMessageFormatter() |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageFormatI18nMessageFormatter
Implementation of
I18nMessageFormatter based on
MessageFormat syntax. |
class |
StringFormatI18nMessageFormatter
Implementation of
I18nMessageFormatter based on Formatter
syntax. |
| Modifier and Type | Field and Description |
|---|---|
protected I18nMessageFormatter |
I18nInitializer.messageFormatter
Message formatter used in
I18n to produce final translated
messages. |
| Modifier and Type | Method and Description |
|---|---|
I18nMessageFormatter |
I18nInitializer.getMessageFormatter()
Get the
I18nMessageFormatter to use on each i18n message
translation. |
I18nMessageFormatter |
UserI18nInitializer.getMessageFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
I18nInitializer.setMessageFormatter(I18nMessageFormatter messageFormatter)
Set
messageFormatter to use on each i18n message translation. |
void |
UserI18nInitializer.setMessageFormatter(I18nMessageFormatter messageFormatter) |
Copyright © 2004-2012 CodeLutin. All Rights Reserved.