difference between sfWidgetFormI18nChoiceLanguage and sfFormExtraPlugin in symfony?
- by fayer
to add a list form that contains all languages one can use the widget sfWidgetFormI18nChoiceLanguage that is included in symfony or install a plugin called sfFormExtraPlugin and use its form sfFormLanguage.
this is mentioned in http://www.symfony-project.org/jobeet/1_4/Doctrine/en/19
i wonder what the difference is? why should i use the plugin when the standard widget could display a list of all languages?
thanks