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
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
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