The in WooCommerce Core are below * Login Form * AJAX Login Form * Registration Page * Lost Password Form.
If your language is supported, make sure the language is set to the one you want WordPress Admin Panel *Settings -> General, 'Site Language setting.
If this is set to your language and it's still not displaying the language for Google Recaptcha, please make Support Ticket..
This is because 'Site Key or 'Secret Key for Google Recaptcha in Settings -> Captcha Them All is missing or invalid.
The in WooCommerce Core are below * Login Form * Registration Form * Login Form and Registration Form when on the same page * Product Review Form * Lost Password Form * Checkout Login Form.
It can be Contact Form, Support Ticket System, Product Review, Tesimonials or anything else you need protection from Hacking and unscrupulous users.
Browse the code, check out SVN repository, or subscribe to the development log by RSS... 1.3.2.
Changed filter line from add filter, 10, 2 ) to add filter, 10, 3 ) to validate captcha response BEFORE password and username are checked.
Changed add action, 10, 3 ) to add filter, 10, 3 )..
Changed $errors->add ) to $errors = new WP Error ) so the errors returned to the user for registrations are overwritten unless captcha is validated DOES NOT WORK FOR WOOCOMMERCE.
Read more