scmason has asked for the wisdom of the Perl Monks concerning the following question:
http://www.i18ngurus.com/docs/984813293.html
Does anyone have experience using any of these modules? How anout Perl's builtin localization? What I am looking for is something as simple as QT's tr() function. The idea here is that you have a translation table and if you said something like
widget.setText( tr("Hello World") );
Then a lookup and replacement is automtically performed by tr().
Any thoughts?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Internationalization
by derby (Abbot) on Jun 29, 2006 at 17:18 UTC | |
|
Re: Perl Internationalization
by iguanodon (Priest) on Jun 29, 2006 at 17:13 UTC |