News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Localizing PHP Applications "The Right Way", Part 1
October 31, 2011 @ 08:38:25

PHPMaster.com has a new tutorial sharing what they call the right way for localizing PHP applications with the help of PHP's gettext functionality.

Localizing software applications in general used to be a cumbersome and error-prone task resulting in a lot of messy code. Some developers even use different versions of code for the same application but for different locales, which makes managing the codebase practically impossible. Enter gettext, the wonderful open-source tool that will make your life easier by allowing you to concentrate on your code. Localization becomes a matter of writing separate translation files for the target language, which can easily be done by a translator using Poedit.

They help you get your environment set up - PHP and a href="http://poedit.net/">Poedit, a gettext catalog editor - for both linux- and Windows-based OSes. They walk you through the creation of a simple project and a few basic "hello world" tokens. Using the files is as easy as setting the correct locale and default domain for your application. Then output is just a basic echo away.

0 comments voice your opinion now!
localize application gettext poedit series part1


blog comments powered by Disqus

Similar Posts

php|architect: Introduction to Solar

IBM developerWorks: Developing PHP the Ajax way, Part 1 - Getting started

Alessandro Crugnola's Blog: AMFPHP and mbstring

Evan Coury: Getting started with the ZF2 skeleton and ZfcUser

Zend Developer Zone: Profiling PHP Applications With xdebug


Community Events









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


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

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