wt.util
Interface LocalizableMessage

All Superinterfaces:
Message
All Known Subinterfaces:
DisplayIdentity, EnumeratedType, IteratedDisplayIdentity, StatusPanelMessage, VersionedDisplayIdentity, ViewManageableDisplayIdentity
All Known Implementing Classes:
CADNameContextIdentifier, ClassDisplayName, DefaultStatusPanelMessage, DefinitionDescriptorLocalizableMessage, EnumeratedType, EPMNamedIdentifier, EPMNumberedIdentifier, LocaleIndependentMessage, LocalizableMessageCollection, PropertyDisplayName, RoleDescriptor, StandardAnnotationDisplayIdentifier, StandardDisplayIdentity, StandardEffRangesIdentifier, StandardNumberedNamedIdentifier, StandardProductMasterDisplayIdentifier, StandardVersionedDisplayIdentity, StandardViewVersionedDisplayIdentity, StandardWTProductInstance2DisplayIdentity, WTException, WTIOException, WTMessage, WTPropertyVetoException, WTRemoteException, WTRuntimeException, WTSAXException

public interface LocalizableMessage
extends Message

Represents a type that will support a request for a localized message.

Supported API: true

Extendable: true


Method Summary
 String getLocalizedMessage(Locale locale)
          Obtain a message, localized to the specified locale.
 

Method Detail

getLocalizedMessage

public String getLocalizedMessage(Locale locale)
Obtain a message, localized to the specified locale.

Supported API: true

Parameters:
locale -
Returns:
String