How can I add internationalization to my Perl script?

前端 未结 4 1096
不思量自难忘°
不思量自难忘° 2020-12-14 11:09

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

4条回答
  •  伪装坚强ぢ
    2020-12-14 11:36

    There is a Perl Journal article on software localisation. It will provide you with a good idea of what you can expect when adding multi-lingual support. It's beautifully written and humourous.

    Specifically, the article is written by the folks who wrote and maintain Locale::Maketext, so I would recommend that module simply based upon the amount of pain it is clear the authors have had to endure to make it work correctly.

提交回复
热议问题