[Typo3-dev] Using _LOCAL_LANG to override text from a typoscript wrap?

Elijah Alcantara elijah.alcantara at gmail.com
Tue Dec 6 06:09:17 CET 2005


Hello List, I usually setup local language translations of my plugin
using htmlspecialchars($this->pi_getLL('Something')) inside the php
script. But how do I do this when the text is being generated in
typoscript setup.txt?


In setup.txt I have:
36 = TEXT
36.field = delmessages
36.wrap = <input type=checkbox
name="tx_spinpreferences_pi1[chk_delmessages]" |>Delete Messages:

How do I do it like this?:
36 = TEXT
36.field = delmessages
36.wrap = <input type=checkbox
name="tx_spinpreferences_pi1[chk_delmessages]" |>
htmlspecialchars($this->pi_getLL('Delete_Messages'))




More information about the TYPO3-dev mailing list