org.gxml.i18n
Interface LocalizableMessage
- All Known Implementing Classes:
- LocalizableException
public interface LocalizableMessage
An interface for messages that allows the locale to be specified.
Method Summary |
java.lang.String |
getLocalizedMessage(java.util.Locale locale)
Implementing LocalizableMessage and having this method is optional
but it does indicate that the message text is "late-bound" to the arguments. |
getLocalizedMessage
java.lang.String getLocalizedMessage(java.util.Locale locale)
- Implementing
LocalizableMessage
and having this method is optional
but it does indicate that the message text is "late-bound" to the arguments.
- Parameters:
locale
- The locale requested for the message text.
- Returns:
- The localized message.
Copyright © 2009 Cloud Software Group, Inc. All Rights Reserved.