Using translatable strings

The tables in Workflow XML reference indicate which elements have translatable values with a type of nlsString or nlsRichString.

A translatable string takes two optional attributes, bundle= and bundleKey=. If one attribute is specified, the other must also be specified.

Table 1 describes shows the bundle= and bundleKey= attributes.

Table 1. Translatable strings
Attribute name Description Type Requirements and restrictions

bundle=

The name of a bundle defined in the message manifest

A single-token string

The referenced bundle must exist.

bundleKey=

The key within a language file containing the replacement text for the text element.

nonNullString

The referenced file should contain a key of this name, but this is not validated by the Workflows task.