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
Comment #1
Roberto Gerola commentedNow 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
Comment #2
Roberto Gerola commentedComment #3
Roberto Gerola commented