public interface Localizer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getString(java.lang.String key,
java.util.Locale locale)
The GetString method of a localizer gets the message text corresponding to the given locale and key from its message repository.
|
java.lang.String getString(java.lang.String key, java.util.Locale locale)
key
- The key text with which the message text is stored in the message repository of the localizerlocale
- The locale to use