Page 1 of 1

Localization or Globalization

Posted: Fri Apr 24, 2009 6:18 pm
by oztech
Hi, I'm a newbie here.

I just want to ask whether there are good ways to implement localization or Globalization easily in PHP. I want my site to have different languages without creating static pages for each language. In ASP .NET localization is very easy, but in PHP ?? Any comments will be appreciated.

Re: Localization or Globalization

Posted: Sat Apr 25, 2009 8:20 am
by Yossarian
The terms to search for usually include l10n (localisation) and i18n (internationalisation).

I was impressed by the list of tools in the Zend Framwork (ZF)

http://devzone.zend.com/tag/Internationalization

Today incidentally I came across some Pear classes too:

http://devzone.zend.com/article/4469-Ad ... P-and-PEAR

Re: Localization or Globalization

Posted: Sat Apr 25, 2009 10:02 am
by oztech
Thanks a bunch!