I've set up the Webform Localization module to use the same node for a webform and that module allows me to translate the field and e-mail content into other languages via the "Translate Interface". So I'm not doing the different versions of the webform for each langauge like it seems has been done here before.

But with the method I'm trying, though, there's no way to translate the Webform Protected Download page and message in this way. Is there a way that this could be enabled? Any idea how?

Thanks,

Dan Ficker

Comments

dandaman’s picture

Attached is the patch from the company Git repo in which I added i18n_string support to the module. It seems to work for our needs as described above. For that reason, the patch may not directly apply to a version, but you can see the pretty basic changes added. If there's interest in adding this to the module itself, I can go back and make it a full-fledged patch and all.

berliner’s picture

Status: Active » Needs review

Interested in a full fledged patch if you still have a possibility to work on that.

harrrrrrr’s picture

Version: 7.x-1.0 » 7.x-1.1
Status: Needs review » Reviewed & tested by the community

Works for me

dandaman’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
StatusFileSize
new4.17 KB

OK, here's a patch against 7.x-1.x-dev.

berliner’s picture

Status: Reviewed & tested by the community » Needs review