getInstance()
methods. I18n support includes determination of a request's desired locale, resource lookup and message construction(a message is a resource with parameters). The basic principle here is, that internationalized content may be determined by specifying a locale, a bundle name and a resource key. Beyond that, there are no further requirements. Bundle aliases may be registered using the addBundleAlias
method.
@author Christoph Beck
|
|
|
|
|
|
|
|
|
|