- Welcome to OpenCms
- Release Notes
- OpenCms Demo
- Alkacon Documentation
- Contents
- OpenCms JSP basics
- OpenCms Taglib docs
- Documentation for the 'cms:contentcheck' tag
- Contents
- Documentation for the 'cms:contentinfo' tag
- Documentation for the 'cms:contentload' tag
- Documentation for the 'cms:contentloop' tag
- Documentation for the 'cms:contentshow' tag
- Documentation for the 'cms:decorate' tag
- Test for the 'cms:decorate' tag
- Documentation for the 'cms:editable' tag
- Documentation for the 'cms:img' tag
- Test for the 'cms:img' tag
- Documentation for the 'cms:include' tag
- Test for the 'cms:include' tag
- Test for the 'cms:include' tag with parameters
- Documentation for the 'cms:info' tag
- Test for the 'cms:info' tag
- Documentation for the 'cms:label' tag
- Test for the 'cms:label' tag
- Documentation for the 'cms:link' tag
- Test for the 'cms:link' tag
- Documentation for the 'cms:property' tag
- Test for the 'cms:property' tag
- Documentation for the 'cms:template' tag
- Test for the 'cms:template' tag
- Documentation for the 'cms:user' tag
- Test for the 'cms:user' tag
- OpenCms Scriptlet docs
- OpenCms Flexcache docs
- OpenCms Module docs
- OpenCms XML content docs
- XML content Demo
- OpenCms WebDAV docs
- Direct edit examples
- Flex examples 1
- Flex examples 2
- Flex examples 3
- JSTL examples
- Tomcat examples
- Templateone
- Modules
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>

