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)

Menus


Menus are added to websites so that users can find content easily. We'll need to configure our site menus based on how they are used for each language. A menu might make sense for all languages because it links to language-independent content. Some menus might point to language-specific pages and should only be shown for the associated language. For other menus, the same navigation elements might be appropriate for some or all languages, so we'll need a multilingual menu.

Multilingual menus are not supported by Drupal core, so we will use the contributed Menu Translation module from the Internationalization package. But, before we try the different module options, the following figure provides examples of how we can handle menu items using Menu Translation. For language-independent menus, we can use the default option. For language-specific menus, we can use the Fixed Language option. For multilingual menus, we can use the Translate and Localize option (which has been split into...