public interface IMessages
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage(java.lang.String key,
java.util.Locale locale)
Deprecated.
to support ICU4J, replaced by : getMessage(String key,
ULocale lcoale)
|
java.lang.String |
getMessage(java.lang.String key,
com.ibm.icu.util.ULocale locale)
Returns the localized message given the resource key and given locale.
|
java.lang.String getMessage(java.lang.String key, java.util.Locale locale)
key
- the resource keylocale
- the localejava.lang.String getMessage(java.lang.String key, com.ibm.icu.util.ULocale locale)
key
- the resource keylocale
- the locale of type ULocale
Copyright © 2008 Actuate Corp. All rights reserved.