richnologies / ngx-stripe

Angular 6+ wrapper for StripeJS
MIT License
219 stars 77 forks source link

How to change Locale dynamically #130

Closed dodomui closed 2 years ago

dodomui commented 3 years ago

Trying to change locale depends on user setting, tried below method but showing undefined. this.stripeService.options.locale = 'en';

I'm using ngx-stripe-card-number, ngx-stripe-card-cvc, ngx-stripe-card-expiry Any solution on this?