News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Localizing a Web Page for Different Languages
October 11, 2006 @ 15:36:00

PHPBuilder.com excerpts once again from the Sams Publishing book "PHP 5 in Practice" today with this new tutorial showing a method for localizing web pages for different languages.

Internationalization and localization of a web page is simply the act of setting it up to be able to handle displaying in multiple languages and adding those different languages in. There are many different ways in which to do this. One of the simplest is to just make sure that all your strings that you ever output are stored as variables or constants in an included file. That way, you can make multiple copies of that file,each with different language versions written into them. Just include the appropriate file for the language that you want to display.

They show the creation of the different language PHP files that will be included and the master "language.php" that works with the under's input to switch to the correct language (and set a cookie to save the preference).

3 comments voice your opinion now!
localize different language page include cookie localize different language page include cookie


blog comments powered by Disqus

Similar Posts

PHP Security Blog: Cross Virtual Host Cookie Theft

Nadeau Software: PHP tip: How to get a web page using CURL

Maarten Balliauw's Blog: LINQ for PHP (Language Integrated Query for PHP)

Matthew Weier O'Phinney: Zend Server, ZF2, and Page Caching

PHP Magazine: What Is Your Top Consideration for Choosing a CMS? (Poll)


Community Events









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


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

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