Extending : Processor editor extension : Extending the Processor editor : NLS support
  
NLS support
National Language Support is provided by the Processor editor.
The following attributes are supported for NLS:
label (in State and Transition palette extensions)
description (in State and Transition palette extensions)
displayName (in state and transition configuration files)
description (in state and transition configuration files)
The definition of a NLS string must have the % prefix. The <string key=string value> pair must also be defined in the plugin.properties file.
An example of an NLS string definition is shown here:
<property name="Page" displayName="%PageName" defaultValue="" hidden="false"
required="true" description="%PagePath" editRule="PageSelection" />
Go up to
Extending the Processor editor