[TYPO3-dev] Getting text from locallang.xml but not in current	language
    Georg Ringer 
    news at ringerge.org
       
    Tue Jun 30 13:36:17 CEST 2009
    
    
  
Hi,
try
$LOCAL_LANG = 
t3lib_div::readLLfile('EXT:rggooglemapfe/pi1/locallang.xml','de');
$LOCAL_LANG = $LOCAL_LANG[$L];
$label = $LOCAL_LANG[$key];
georg
    
    
More information about the TYPO3-dev
mailing list