I don´t find the usual way to tell my sfWidgetFormSelectRadio, that it
should use the i18n translation for its labels.

public static $sex = array('m' => 'male', 'f' => 'female', 'no
detail');

$this->widgetSchema['sex'] = new sfWidgetFormSelectRadio(array
('choices' => self::$sex));
}}}

And in the template:

<?php echo $form['sex']->render() ?>


If it is a bug, I will create a ticket.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to