Hi folks, I try to get the label of a field from FE without success from 3.7. $label = 'LLL:EXT:lang/locallang_general.php:LGL.name' $res = $GLOBALS['TSFE']->sL($label); The same pi works great on 3.8. What may be the cause? Elmar