Thanks for the link, but sorry, that doesn't help me very much. The point is
that I can't find the name of the variable that sets this part of the
message. I've searched the docs for it, but...

that doesn't help me

Michel Morelli wrote:
> 
>   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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Zend_Form_Element_Captcha-decorator-tp19309008p19313835.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to