GJ Bogaerts ha scritto:
Hi all

I have this code in my form:

        $this->addElement('Captcha', 'captcha', array('label'=>'Bestrijd
spam','captcha'=>array('captcha'=>'Dumb','wordLen'=>6)));
$this->getElement('captcha')->addDecorator('HtmlTag',array('tag'=>'li')); $this->getElement('captcha')->addDecorator('Label',array('tag'=>'li'));

However, under my own label ('Bestrijd spam'), I'm getting this message as
well: 'Please type this word backwards:' after which the word follows

What's the best way to change this message and deliver it in Dutch?

Thank you!

GJ

Use Zend_Translate.

Read this: http://cogo.wordpress.com/2008/04/24/translating-zend_form-error-messages-and-more/

M.
--
Michel 'ZioBudda' Morelli                       [EMAIL PROTECTED]
Consulenza sistemistica in ambito OpenSource.
Sviluppo applicazioni web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 --  Fax: +39-0291390660

http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ajaxblog.it MSN: [EMAIL PROTECTED] JABBER: [EMAIL PROTECTED]

Reply via email to