Replies: 1 comment 1 reply
-
We are using standard stripe widgets that comes with build in localisation. For example if you use the paymentsheet it will display the correct language on the phone and the right decimals based on the currency. There is not much to document just use the widgets. What are you precisely looking for? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem?
The documentation for the Stripe Flutter SDK mentions that the Easy integration method provides localization “out of the box”, but there is no information on how to configure or customize localization. I would like to see a clear guide on how localization is handled and how to customize it if needed.
Describe the solution you'd like
I’d like the documentation to include:
Describe alternatives you've considered
I looked through the SDK documentation, issues, and source code, but couldn’t find any relevant details. I also attempted to force different locales in the app manually, but it’s unclear how the Stripe SDK handles them internally.
Additional context
Here is the line from the documentation that mentions localization:
However, no further explanation is provided. Some clarity here would greatly help developers building apps in multiple languages.
Beta Was this translation helpful? Give feedback.
All reactions