Fresh PHP news, tutorials, tips and much more

Posts Tagged ‘PEAR’

PEAR Translation2

Tuesday, May 6th, 2008

Translation2 was just realized in PEAR package. How to install it and learn basic usage of it follow this link to Translation2 tutorial.

One recurring topic on many PHP forums is how to deal with the internationalization (i18n) of a website. In particular, an hot question is where to store the translations. Some people like to have them in the database, as it’s more convenient to access, others prefer the speed of gettext but are not too enthusiastic about the editing tools, many simply store them in INI files or as PHP arrays. Other people wonder what is the most efficient solution and if they’re able to implement it.

Post tagged with: ,

Posted in Advanced, Beginners | No Comments »