in reply to
Coding for multiple Languages
On the other hand, there's likely a module on
CPAN
that will handle this. What you are doing is called "internationalization", or "i18n" for short.
Comment on
Re: Coding for multiple Languages
Replies are listed 'Best First'.
Re^2: Coding for multiple Languages
by
alexm
(Chaplain)
on Jan 03, 2008 at 21:09 UTC
Sure there is one:
Locale-Maketext
. Take a look at the author's article on TPJ about software localization:
Locale::Maketext::TPJ13
.
[reply]
In Section
Seekers of Perl Wisdom