There is a little problem with the cache.

If you call the same url, for example /node with different
languages and cache active you'll see the same content
(tipically only the first you have called).

Drupal uses the url as key to cache the pages.
I have to write a patch to force Drupal considering also
the language, or the languages in a multilingual environment,
as part of the key.

Comments

Roberto Gerola’s picture

Now it fixed in the last CVS version.
You can download it from here :
(Drupal 4.7.4) : http://cvs.drupal.org/viewcvs/drupal/contributions/modules/localizer/?on...
(Drupal 5RC1) : http://cvs.drupal.org/viewcvs/drupal/contributions/modules/localizer/?on...

In both the versions a patch to cache is necessary (bootstrap.inc from Drupal 4 and cache.inc for Drupal 5).
The patches directories contains also the already patched files.

Roberto

--
http://www.speedtech.it/drupal/localizermodule

Roberto Gerola’s picture

Assigned: Unassigned » Roberto Gerola
Status: Active » Fixed
Roberto Gerola’s picture

Status: Fixed » Closed (fixed)