Localization: Allow overriding system locale #1994
Labels
blocked
This issue is blocked by an external dependency issue
Stripe RN SDK
Issues related to the cross native layer from Stripe Sdk
Is your feature request related to a problem? (please describe)
In our app, users can choose their own locale in Settings. While the default is the system language, that can be overridden inside the app.
Because Stripe always uses the system locale, the Stripe payment sheet can appear in a different language than the rest of the app.
Describe the solution you'd like
The Stripe sheet language should match the language that the user has set in app settings.
To do that, as a developer, I need to be able to override Stripe's language.
Additional context
This is the Flutter equivalent of this React Native issue: stripe/stripe-react-native#243
The text was updated successfully, but these errors were encountered: