Change language of Stripe subcription checkout

How can I change the language of the checkout page for a Stripe subscription using the Stripe plugin in Bubble?

The checkout page always appears in English, and I would like to set it to Spanish instead. I couldn’t find an option to select the language when creating a product in Stripe, so I assume this setting can be configured within Bubble.

Thank you in advance!

You need to create a API call to call stripe because you can’t set language using plugin
During API call- Set the locale parameter to “es” for Spanish,