show/hide this revision's text 3 edited title

multi language support in How can I add internationalization to my Perl script?

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

multi language support in Perl

Hi there,

I'm looking at introducing multi-lingual support to a mature CGI application written in Perl. I had originally considered rolling my own solution using a Perl hash (stored on disk) for translation files but then I came across a CPAN module which appears to do just what I want (i18n).

Does anyone have any experience with internationalization (specifically the i18n CPAN module) in Perl? Is the i18n module the preferred method for multi-lingual support or should I reconsider a custom solution?

Thanks