Use a localization catalog
You can configure many tags to use a localization catalog. The general syntax is:
<tag_name catalog="cat_name" msg_num="number">tag_value</tag_name>
where:
Attribute
Description
Required?
catalog
The name of the localization catalog to use
No
msg_num
The message number of the entry in the localization catalog
Only required if catalog attribute is present
If the message number is not found in the message catalog, then the value between the tags will be used.
Was this helpful?