Thread: Gettext in php
View Single Post
  #5 (permalink)  
Old 05-06-2008, 09:54 PM
senraj senraj is offline
D-Web Master
 
Join Date: Jul 2007
Posts: 418
senraj is on a distinguished road
Post Re: Gettext in php

Hi,

Using gettext with PHP

A widely used framework for internationalization is gettext. It can be used with a variety of programming languages, including PHP. There are basically two ways to use gettext in your PHP applications. You can use the native gettext PHP extension or you can use a library implemented in PHP that does not need any extension, such as php-gettext.
__________________
Regards,
Senraj.A
Reply With Quote