Hi,
I am used to use the following:
$translate = new Zend_Translate('gettext', './public/lang/services-en.mo',
'en');
$translate->setLocale("en");But now I want to set the locale and only afterwards add translations. How can I do this ? Thank you. -- View this message in context: http://www.nabble.com/setLocale-question-tp14761674s16154p14761674.html Sent from the Zend Framework mailing list archive at Nabble.com.
