Change Language Stripe Checkout Planned
Is there a way to change language on a Stripe checkout page? I am able to change the language in Stripe's dashboard but it only works for Stripe's dashboard
Here is a video I found for changing language in Stripe: https://www.youtube.com/watch?v=sArapecg7T0
But I was looking for a change of language on the checkout page so my customers can have a fixed language (Polish).
I found a way to do it via Stack OverFlow: https://stackoverflow.com/questions/29088590/how-do-i-change-the-language-of-the-checkout-form-in-stripe
"The easiest solution is to pass data-locale="auto"
to display Checkout in the user's preferred language, if available. English will be used by default. You can also force a specific locale in data-locale
as long as it's one officially supported by Stripe."
Comments
3 comments
Thank would be great 🙏
William de Broucker
Memberstack is passing data-locale="auto" to the stripe checkout in order for Stripe to automatically determine what language to use.
Are you wanting to override that?
Hello !
Yes I would like to be able to override that for data-locale="fr" in my case
Thanks !
Please sign in to leave a comment.