$translator
$translator : \Translate\Mvc\Controller\Plugin\Zend\Mvc\I18n\Translator
The translator
Controller plugin TranslateControllerPlugin that is responsible for translating messages in a controller
translate(string $message, string $textDomain = 'default', string $locale = null) : string
Translate a message
string | $message | the untranslated message |
string | $textDomain | text domain which is an alias for controller alias NOTE THAT THIS IS NOT USED FOR PRESENT APPLICATION |
string | $locale | the locale for instance en_GB NOTE THAT THIS IS NOT USED FOR PRESENT APPLICATION |
the translated message