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.
Localization or Globalization
Moderator: General Moderators
Re: Localization or Globalization
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
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
Thanks a bunch!