On occasions it is necessary to include the language file(s) from another extension for which you maybe using some of the functionality and to do this you need to include these two lines.

$lang = Factory::getLanguage();
$lang->load('com_messageq');