I used the following in my theme functions.php file to set to en_GB
add_filter('wpseo_locale', 'override_og_locale');
function override_og_locale($locale)
{
return "en_GB";
}
I used the following in my theme functions.php file to set to en_GB
add_filter('wpseo_locale', 'override_og_locale');
function override_og_locale($locale)
{
return "en_GB";
}