Thread: Gettext in php
View Single Post
  #11  
Old 07-13-2008, 11:42 PM
Miakoda Miakoda is offline
D-Web Trainee
 
Join Date: Jul 2008
Posts: 36
Miakoda is on a distinguished road
Default Re: Gettext in php

The gettext functions implement an NLS (Native Language Support) API which can be used to internationalize your PHP applications. you can seee the explaination in this site PHP: Introduction - Manual.
Reply With Quote