Class | Description |
---|---|
Babelfish |
Internal translation engine used by
NLS . |
Formatter |
An alternative for MessageFormat which generates strings by replacing named parameters in a given template.
|
NLS |
Native Language Support used by the framework.
|
Translation |
Describes a translated property.
|
Enum | Description |
---|---|
NLS.CommonKeys |
Provides access to commonly used keys.
|
Most of the functionality is accessed via NLS
. In contrast to other approaches,
a Formatter
used by this framework (NLS.fmtr(String)
)
utilizes named parameters, which greatly simplifies translation of such texts.
Copyright © 2018. All rights reserved.