> Have a look at the class tslib_fe, there are some methods you're looking
> for:
>
> echo ($GLOBALS['TSFE']->sL
> ('LLL:EXT:s_building/locallang_db.php:tx_sbuilding_s.b_title'));
>
> You might need to load the $TCA by calling t3lib_div::loadTCA() on
> beforehand.
Thank you, that's it.
Elmar