Class LocalizedMessageTemplateContentType

All Implemented Interfaces:
Containerable, Freezable, ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

public class LocalizedMessageTemplateContentType extends MessageTemplateContentType
Single language localization for the message template. If `attachmentExpression` is not specified, the one from the default content will be used. If no `attachment` is specified, the ones from the default content will be used. This allows for language specific attachments without the need to re-specify the ones that are not language specific. It is also possible to override `attachmentExpression` for language specific one and leave out `attachment` to use the ones defined in `attachment` element of the default content.
See Also: