I haven't found a way to change the widget language via the UI so I ended up changing the RPXNOW.language_preference variable inside rpx.module.

Would you consider adding this feature on the near future so I don't have to change that after each upgrade?

Thanks for this useful module!

Comments

geokat’s picture

Category: feature » bug

It's actually a bug. The module uses the global Drupal $language
variable (as it should), but as a string, whereas it is an object.

I'll fix that in the next 6.x release.

Thanks,
George

lsolesen’s picture

Any update