Re: [html-formfu] Internationalisation

2009-10-15 Thread Octavian Râşniţă
Hi Matt, Thank you. Finally I've succeeded to make it work using: 'Controller::HTML::FormFu' => { localize_from_context => 1, constructor => { localize_class => 'Catalyst::Plugin::I18N::DBI', }, }, So it works even without specifying the language in the config. Octavian From: "Matthias Dietri

Re: [html-formfu] Internationalisation

2009-10-14 Thread Matthias Dietrich
Hi Octavian, Am 14.10.2009 um 16:56 schrieb Octavian Râşniţă: Please tell me where can I read about how to localize the HTML::FormFu forms if I use Catalyst::Plugin::I18N::DBI module for localisation (or at least with Catalyst::Plugin::I18N). I would like to know how to make HTML::FormFu u

[html-formfu] Internationalisation

2009-10-14 Thread Octavian Râşniţă
Hi, Please tell me where can I read about how to localize the HTML::FormFu forms if I use Catalyst::Plugin::I18N::DBI module for localisation (or at least with Catalyst::Plugin::I18N). I would like to know how to make HTML::FormFu use the translations offered by the Catalyst plugin. Thank