This is normal for mods which are not integrated and it is not our bug - it is because mod which you are using is not integrated yet. All what is needed is to see translated titles is to use function vbet_parseTitle(THE_TITLE) from /includes/vbenterprisetranslator_functions_bbcode.php.
So for example if title is hold by variable named $title then you can add this part of code:
PHP Code:
if (strpos($title, '[/langtitle]')) {
require_once(DIR. '/includes/vbenterprisetranslator_functions_bbcode.php');
$title = vbet_parseTitle($title);
}
Please contact mod author and ask where is the place for this code. We can help you with integration, but this will be after vBET 4.0 release. Till this time we have really lot of other tasks. Please let us know did you handled this