How to get a localized label in ext_tables.php

102 views Asked by At

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.

0

There are 0 answers