ZF-3351: Translate helper
Description
There is an error in the manual page about the Zend_View helper "translate", (http://framework.zend.com/manual/en/…)
The manual seems to state that there is a view helper "getLocale", while this is not the case. You can only access this method by "$this->translate()->getLocale()".
The same probably applies for the other related examples.
- Example 42.25. Get the currently set locale
- ... setTranslate()
Comments
Posted by Thomas Weidner (thomas) on 2008-05-29T10:31:05.000+0000
Fixed in r9570
Posted by Wil Sinclair (wil) on 2008-06-15T20:37:30.000+0000
Changing to comply with new IT coventions for components.
Posted by Wil Sinclair (wil) on 2008-09-02T10:38:56.000+0000
Updating for the 1.6.0 release.