Active
Project:
Janrain Social Login
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2011 at 05:56 UTC
Updated:
28 Jan 2013 at 21:31 UTC
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
Comment #1
geokat commentedIt'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
Comment #2
lsolesen commentedAny update