Is anyone is having the same issue here’s how to fix it, just add this to your themes functions.php at the end of the file:
add_filter("wc_stripe_elements_options", "customize_stripe_options");
function customize_stripe_options($options) {
$options["locale"] = "es";
return $options;
}
You can check other languages here: https://stripe.com/docs/stripe-js/reference#stripe-elements
Hi @htdat and @slash1andy I’m having the same issue with my site on https://lacorbateria.com/, I already changed the language of my Stripe dashboard to Spanish which is the language I want but no luck.
Sorry but how or where can I call the wc_stripe_elements_options hook to add the locale I want, could you guys send me in a good direction on how to do that?
Also I think the locale would be a great addition on the settings for the plugin.
+1 to this petition, I think it would be awesome to have this feauture and also a way to add cupons for discounts or free to try would be great.