Top "Zend-translate" questions

Zend_Translate is the Zend Framework's solution for multilingual applications.

PHP/Gettext Problems

I remember running some tests a some months ago with gettext and the following code worked perfectly: putenv('LANG=l33…

php locale gettext zend-translate setlocale
How to use translate helper in controllers in zend framework 2

Is there any possible way to translate strings in controllers instead of view? Right now, in my controllers, if I …

zend-framework2 zend-translate
Zend Translate doesn't find language

I've got a Zend Translate Issue. I have configure the zend translate in the bootstrap like below public function _initTranslate() { $…

zend-framework internationalization zend-translate
Zend framework 2 : How to set locale globaly?

I have to change the locale dynamically depending which language the user wants. I can set the locale in the …

zend-framework zend-framework2 zend-translate
Zend Framework 2 - Translate Standard Form Validation and Error messages

I'm writing a complete German application and therefore need to set basically everything to German. My question: What is the …

php validation zend-form zend-framework2 zend-translate