org.eclipse.birt.report.model.api.extension
Interface IMessages
- public interface IMessages
The interface for getting localized messages from extension element. The
extension element can has its own message file to take the translation from
resource key to localized message according to the given locale.
Method Summary |
java.lang.String |
getMessage(java.lang.String key,
java.util.Locale locale)
Returns the localized message given the resource key and given locale. |
getMessage
public java.lang.String getMessage(java.lang.String key,
java.util.Locale locale)
- Returns the localized message given the resource key and given locale.
- Parameters:
key
- the resource keylocale
- the locale
- Returns:
- the localized message
Copyright © 2005 Actuate Corp. All rights reserved.