News Feed
Jobs Feed
Sections




News Archive
CodeForest.net:
Translate and Localize your web application with PHP and gettext
October 06, 2010 @ 10:45:29

On CodeForest today there's a new tutorial showing you how to localize your application with the help of the gettext functionality PHP offers or just simple arrays.

Wikipedia says: Localization is the process of translating a product into different languages or adapting a language for a specific country or region. There are several techniques that developer can use to localize an application. The most common ones are using arrays and gettext. I will try to explain both and how to use them.

They provide code examples for each method - arrays containing literal strings matching one-for-one with their English counterparts and the gettext method where language files are created and handled outside of the codebase. Gettext does require support to be loading into your installation (might not be by default).

0 comments voice your opinion now!
tutorial translate application gettext array


blog comments powered by Disqus

Similar Posts

NETTUTS.com: ASP.NET for PHP Developers: Part 2

Jim Wynia's Blog: WebDAV, PHP and You

PHPMaster.com: Localizing PHP Applications "The Right Way", Part 1

PHPMaster.com: Consuming Feeds with SimplePie

Joshua Eichorn's Blog: Official WebThumb Contest rules published


Community Events









Don't see your event here?
Let us know!


development language community framework tool testing composer opinion object interview phpunit database introduction code example podcast release zendframework2 unittest api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework