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

DevShed: Building an ORM in PHP

Matthew Weier O'Phinney's Blog: ZF2 Forms in Beta5

Web Development Blog: PHP Mail Scripts using SMTP transport, a guide for beginners

DevShed: Building Object-Oriented Web Pages with Inheritance in PHP 5

DevShed: Working with Strings and the Composite Pattern in PHP 5


Community Events











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


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

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