captcha:recaptchaHTML

Generates HTML template that shows the ReCaptcha interface for captcha verification.

Syntax
<captcha:recaptchaHTML
   lang="..."?
   theme="..."?/>
Attributes
theme

Look and feel of the ReCaptcha interface will be determined by this. The value is the supported values of theme configuration option by ReCaptcha (e.g. 'red', 'white', 'blackglass', 'clean'). Please see http://code.google.com/apis/recaptcha/docs/customization.html for details on theme options.

lang

The language to be used in the ReCaptcha interface. The value is the supported values of lang configuration options by ReCaptcha (e.g. 'en', 'nl', 'fr', 'de', 'pt', 'ru', 'es', 'tr'). Please see http://code.google.com/apis/recaptcha/docs/customization.html for details on language options.