The reCaptcha API supports setting the language of the recaptcha widget.
However this is not supported in the current python client.
Here's a patch to r151 that allows one to specify an extra options dict. This
allows you to set the language like this:
displayhtml(..., options={'lang':'fr'})
This uses the json library, which is only in python 2.6+, is that a problem?
Original issue reported on code.google.com by ebelu...@gmail.com on 28 Mar 2011 at 3:03
Original issue reported on code.google.com by
ebelu...@gmail.com
on 28 Mar 2011 at 3:03Attachments: