In the layout, dumping
<? Zend_Debug::dump($this->navigation()->getUseTranslator()); ?>
<? Zend_Debug::dump($this->navigation()->getTranslator()); exit; ?>
<?= $this->navigation()->menu()->setPartial('partials/menu.phtml') ?>gives correct translator and true for useTranslator. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Translating-navigation-tp2250120p2250125.html Sent from the Zend Framework mailing list archive at Nabble.com.
