I want to get a localized label in the ext_tables.php
of one of my extensions. I need this value as a php variable.
Is there a clean way of getting it in that place? The variable
$GLOBALS['LANG']
is not yet initialized, and using the LocalizationUtility
from extbase fails, too.