Load text snippets in shopware plugin without template file.
/** @var Enlight_Components_Snippet_Manager $snippetManager */
$snippetManager = $this->container->get('snippets');
$salutationNamespace = $snippetManager->getNamespace('frontend/salutation');
$salutationNamespace->get($customer->getSalutation());