Book Image

Drupal 7 Multilingual Sites

By : Kristen Pol
Book Image

Drupal 7 Multilingual Sites

By: Kristen Pol

Overview of this book

Drupal is one of the most powerful and popular PHP Content Management Systems at the moment. By making your site multilingual, you are opening the door to a whole new user base, in as many countries as you like. Use the localization and internationalization features of Drupal 7 to automatically detect where your site users are visiting from and select the content appropriate to them. The world is your oyster!Drupal 7 Multilingual Sites guides you through the wild world of localization and internationalization with practical and real-world exercises that you can apply to your own website. You will go from theory to practice and acquire the skills you need to make a user-friendly Drupal 7 site that supports multiple languages.You will follow focused chapter exercises to add multiple-language support for your user interface, content, and various parts of your site's configuration such as system variables, menus, and blocks.The latter half of the book fills in the details with step-by-step exercises for localizing the interface, the content, and the configuration. Drupal 7 Multilingual Sites will give you the knowledge and the skills necessary to configure your site to support your language needs.
Table of Contents (13 chapters)

A look at the modules


In the Drupal community, the phrase "There's a module for that" is often used and for good reason. Currently the drupal.org site boasts of more than 13,000 modules that have been contributed by community members. Searching this multitude of modules for the ones you need isn't easy, but fortunately taxonomy comes to our rescue this time.

The categorization of modules at drupal.org/project/modules includes a Multilingual category among its options. If we choose that term along with restricting our modules to Drupal 7 versions, then we narrow down our list to only about 50 modules. This is certainly a more manageable number! We won't use all of these in the book, but check out the Appendix, Modules, Resources, and Getting Involved, for a list of multilingual modules we will use as well as additional useful modules. The module list includes project page URLs for all modules, so you will know where to find them.