com.ptc.core.meta.type.runtime.common
Interface DefinitionDescriptorLocalizableMessageInterface

All Known Implementing Classes:
DefinitionDescriptorLocalizableMessageImplementation

public interface DefinitionDescriptorLocalizableMessageInterface

This interface is a work around for compile-time dependency from "common" to "server" code. After this interface the "common" side code does not call the "server" side code directly,

Supported API: true

Extendable: false


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

Method Detail

getLocalizedMessage

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

Supported API: true

Parameters:
locale -
definitionIdentifier -
Returns:
String