diff --git a/js/civicrm_stripe.js b/js/civicrm_stripe.js
index b3ca06ad0c21e4bfcfec97f15690191ceee22d7a..4db6dde0700915317f35df98b7a41d5113747c28 100644
--- a/js/civicrm_stripe.js
+++ b/js/civicrm_stripe.js
@@ -396,6 +396,7 @@
     debugging('New Stripe ID: ' + CRM.vars.stripe.id + ' pubKey: ' + CRM.vars.stripe.publishableKey);
     stripe = Stripe(CRM.vars.stripe.publishableKey);
 
+    debugging('locale: ' + CRM.vars.stripe.locale);
     var stripeElements = stripe.elements({locale: CRM.vars.stripe.locale});
 
     // By default we load paymentRequest button if we can, fallback to card element