[Typo3-dev] Using _LOCAL_LANG to override text from a	typoscript wrap?
    Peter Russ 
    peter.russ at 4many.net
       
    Tue Dec  6 11:53:59 CET 2005
    
    
  
Elijah Alcantara wrote:
> 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'))
Pls check TSREF and search for LLL
This will help you.
Regs. Peter.
-- 
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ
    
    
More information about the TYPO3-dev
mailing list