[TYPO3-english]  xlf file for BE module
    Tomasz Krawczyk 
    tomkrawc at gmail.com
       
    Wed Oct 29 21:03:27 CET 2014
    
    
  
Hi list,
In my ext I would like to use different xlf files for BE and for FE.
I thought I will achieve that selecting locallang_mod.xlf in the 
registerModule method (6-th parameter - labels). But this is used only 
for a module name.
Fluid uses locallang.xlf for labels by default. I don't want to use 
labels like that:
<f:translate key="LLL:EXT:lang/locallang_common.xlf:from" />
but in that way:
<f:translate key="from" />
How can I tell to Fluid to use locallang_mod.xlf file for all BE labels?
regards
Tomek
    
    
More information about the TYPO3-english
mailing list