Language Switcher Series

A multi-part series about setting up a multilingual site using PHP, MySQL, cookies and JavaScript to get the job done. Inspired by a project at work I took it to a new level for y’all.

Setting up an International Multi-Language Site


Sometimes there’s a need for a website to be available entirely in multiple languages. Here we take a look at setting up such a thing, using a single PHP page with a switch statement to display one of five language translations. Using the .htaccess file we also make the URL’s look good while still maintaining minimal pages.

Popularity: 39% [?]