Change reCAPTCHA language

This function will change recaptha language.

Make sure to:

  • change the language abbreviation after hl= like fr (french) in this example

wp_head action hook is located in wp-includes/general-template.php

1
2
3
4
5
6
7
8
9
/*
 * Change Recaptha language
 */
 
add_filter('wp_head', 'recapthca_language');
function recapthca_language(){
	$rl = '<script src="https://www.google.com/recaptcha/api.js?hl=fr"></script>';
	echo $rl;
}

Profile Builder Pro

Create beautiful front-end registration and profile forms with custom fields. Setup member directories, custom redirects, cutomize user emails & more using the all in one user management plugin.

Unlock PRO Features

Or download FREE version