Hi,

If you are referring to translate error messages and stuff like that, all
you need to do is define a Zend_Translate instance in the Zend_Registry

Something like this

Zend_Registry::set('Zend_Translate', $translate);

Where $translate is the Zend_Translate instance

Regards,


Hervé Piedvache-2 wrote:
> 
> Hi,
> 
> May be a stupid question ... but in the documentation they said to use 
> Zend_Translate for intertionalization ... but in Gettext mode ... How can
> I 
> make my .po file without any marker in the ini files of my Zend_Forms ??
> 
> And same question for Zend_Validator...
> 
> Could you give a quick tip for this point ?
> 
> Thanks,
> -- 
> Hervé Piedvache
> 
> Elma Ingénierie Informatique
> Groupe Maximiles S.A.
> 3 rue d'Uzès
> F-75002 - Paris - France
> Pho. 33-144949901
> Fax. 33-144882747
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Internationalization-of-Zend_Form-tp19258216p19259039.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to