Added Internal API method
If you wish to get single translation without initialize it, you can use:
/** @var $translation \VM5\EntityTranslationBundle\Model\Translation */
$translation = $this->get('vm5_entity_translations.translation_loader')->getTranslation($entity, 'bg');
Argument #2 can be either string locale or Language entity.