public interface IMessages
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getMessage(java.lang.String key,
java.util.Locale locale)
已过时。
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 ULocaleCopyright © 2008 Actuate Corp. All rights reserved.