I'm not sure if this is an omission or not, but the latest Localizer version does not contain a block module. I downloaded the full package from the speedtech.it site and it's not included. It's not in the latest dev release either.

I'm noticing that the localizer page doesn't mention that it supports blocks anymore. Maybe blocks are supposed to be handle differently now? However I didn't see any documentation or mention of that.

Currently I'm testing the new version of localizer on a Drupal 5.7 installation.

Thanks,
Rene

Comments

Roberto Gerola’s picture

Assigned: Unassigned » Roberto Gerola
Status: Active » Closed (works as designed)

http://www.speedtech.it/drupal-localizer-3

block support has been removed, because it is possible to have the same feature using Drupal core features
(visibility settings and some php code)

edinjapan’s picture

For those interested, I posted a short page (added to one of the HowTo handbooks) on how to use Drupal core features to get blocks to appear for a specific language.

http://drupal.org/node/222199

(Code was courtesy of Roberto. Thanks!)