Thanky you very much for the information, so if i'am correct, i should call this in my controller:
PHP Code:
$translate = Zend_Registry::get('translate');
And in my controller i can pass it to my view?
For me it's not about typing the extra line, it's just that I would like to optimize my php-code and therefore i asked the question.
