in reply to Building a web-based system administration interface in Perl
As far at the i18n goes, I'd recommend using Locale::Maketext::Extract, which I recommend not because I'm the maintainer, but because it is good! I became the maintainer BECAUSE it is good and I wanted to make it better.
i18n is complex, and Locale::Maketext adds the flexibility to solve issues like (eg) multiple forms of plural, differing word orders etc, while Locale::Maketext::Lexicon and its companion Locale::Maketext::Extract (with xgettext.pl) makes it easy:
To get an idea of how it all works, read (in order):
Clint
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Building a web-based system administration interface in Perl
by wazoox (Prior) on Apr 15, 2009 at 17:37 UTC |