Is it possible to pass the locale/language while creating a checkout session?
Problem Statement
You want to set the checkout language (locale) when creating a checkout session.
Solution
Pass the locale parameter with the language code you want. For example, use de for German and en for English in your HTML or integration code.
Additional Information
See the advanced configurations documentation for details.
Was this article helpful?