#sovie7ic
1 messages · Page 1 of 1 (latest)
Hello! I believe that would be controlled by specifying the Locale when you initialize stripe.js (https://stripe.com/docs/js/initializing#init_stripe_js-options-locale)
hi, how would u initilise this?
Ok got it..
var stripe = Stripe('asdadssad', { locale: 'fr' });
👍