Available for: Content Management Server, Template Engine
Task: Retrieves a string from the localizers
system configuration entry, localized in the user’s language.
Additional information: The localizers key
has been removed from the system configuration in CMS Fiona 6. In
wizards, strings can be localized by means of variables. See the wizards
supplied with the CMS.
Syntax:
valueForLocalizerKey key [category]
Function parameters:
-
keyis the name of the key whose language-specific value is to be returned. -
categoryis the name of a category contained in thelocalizerselement.
Return value if successful: the localized string.
Necessary permissions (CM only): no restrictions.
Example:
CM>valueForLocalizerKey myKey myCategory The value of myKey in my language from myCategory