DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Custom Language Labels

All the language labels defined in pi1/locallang.xml and used in the frontend plugin can be overwritten from TypoScript.

For example you want to replace the value of xml key pi1_template.text_topratings (Top %s ratings) by Top %s evaluations. In TypoScript it looks like this:

plugin.tx_toctoccomments_pi1 {
ll {
en {
pi1_template-text_topratings = Top %s evaluations
}
}
}

Note that the dot (.) becomes a hyphen (-) in TypoScript. “en” designates language key “en” for English. There is no “default” - specify the language directly.