public interface NlsLocalizer
NlsMessages.NlsCachingLocalizer| Modifier and Type | Method and Description |
|---|---|
String |
localize(Locale locale,
String internationalizedMessage)
This method localizes the given
internationalizedMessage to the given target
locale. |
String |
localize(Locale locale,
String internationalizedMessage,
Map<String,Object> arguments)
This method localizes the given
internationalizedMessage with the given
arguments filled in to the given target locale. |
String localize(Locale locale, String internationalizedMessage, Map<String,Object> arguments)
internationalizedMessage with the given
arguments filled in to the given target locale.locale - is the Locale to translate to.internationalizedMessage - is the internationalized
message to translate.arguments - are the arguments to fill in.String localize(Locale locale, String internationalizedMessage)
internationalizedMessage to the given target
locale.locale - is the Locale to translate to.internationalizedMessage - is the internationalized
message to translate.Copyright © 2001–2015 mmm-Team. All rights reserved.