Best practices/tools to internationalize a PHP website

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
vermorel
Forum Newbie
Posts: 1
Joined: Sun Jul 23, 2006 6:00 am

Best practices/tools to internationalize a PHP website

Post by vermorel »

I am from an ASP.Net background. I would like to know what are the best practices/tools to internationalize (i.e. translate into multiple languages) a PHP application. With ASP.Net, there is a built-in resource framework based on RESX resource files. Can someone tell me what would be the equivalent for PHP?

Thanks in advance,
Joannès
http://www.peoplewords.com
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

This thread which is three below yours on the board might be of interest:

viewtopic.php?t=52045
Post Reply