Drupal 7 Multilingual Sites Extra Topics

I was not able to include everything I wanted into my Drupal 7 Multilingual Sites book due to space limitations, so here is a list of some extra topics, tips, and tricks that didn't make it in:

Comments

XAMPP and Localization Update Module (I10n_update)

Hi,

If we use a local server such as XAMPP it may be better to change

drupal_set_time_limit(240);

to

drupal_set_time_limit(0);

in file I10n_update.local.inc

By the way, drupal_set_time_limit(0); stands for unlimited time.

I had to make that modification to make its works.

Robert

I'm a Speaker at DrupalCon Portland