The <cms:label> tag

This tag provides access to read the localized strings from the OpenCms workplace language property files.

Note: Only use this tag if you want to extend the OpenCms workplace.

Attributes:

This tag has no attributes.

Body:

The body of this tag contains the name of the property key of the string value to be read.

Example usage:

Read the value of the flex.cache.label.title key.

<cms:label>flex.cache.label.title</cms:label>