Re: Can't use internationalization on input label

2008-11-16 Thread Mateo San Román

Thanks!

On Nov 15, 11:38 pm, "David C. Zentgraf" <[EMAIL PROTECTED]> wrote:
> echo $form->input('names', array( 'label' => __('Names', true)));
>
> On 16 Nov 2008, at 13:15, Mateo San Román wrote:
>
>
>
> > Hello
>
> > When I try to use the __() function on
>
> > echo $form->input('names', array( 'label' => __('Names')));
>
> > on a view, the output shows both default table field name AND its
> > internationalization.
>
> > Thanks in advance.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Can't use internationalization on input label

2008-11-15 Thread David C. Zentgraf

echo $form->input('names', array( 'label' => __('Names', true)));

On 16 Nov 2008, at 13:15, Mateo San Román wrote:

>
> Hello
>
> When I try to use the __() function on
>
> echo $form->input('names', array( 'label' => __('Names')));
>
> on a view, the output shows both default table field name AND its
> internationalization.
>
>
> Thanks in advance.
>
> >


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Can't use internationalization on input label

2008-11-15 Thread Mateo San Román

Hello

When I try to use the __() function on

echo $form->input('names', array( 'label' => __('Names')));

on a view, the output shows both default table field name AND its
internationalization.


Thanks in advance.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---