mario wrote:
> I am trying to output into the FE values from locallang_db.xml.
Have in your main() the line:
$this->pi_loadLL();
Then you can fetch the string with:
$this->pi_getLL('<key_name>', '<alternative_if_not_in_locallang>');
Regards, Jigal.