#Nvard

1 messages · Page 1 of 1 (latest)

shell harbor
#

Not sure I understand the Q?

cold stump
#

Well I change my device language and it affects the stripe Native UI screens, but as long as the app supports English only I don't want to it to get changed automatically

#

I have issue with android only

#

Can you please help me to solve it

shell harbor
#

What Stripe integration are you using?

cold stump
#

now we are using express connects

#

payment sheet

#

setupintent

shell harbor
#

And which Stripe UI is being localised?

cold stump
#

adding bank details

#

shipping address srcreens

#

choose payment options

shell harbor
#

I assume you mean onboarding UI for the Express accounts?

cold stump
#

yes

shell harbor
#

Are you using Account Links?

#

The onboarding UI will inherit the locale of the system browser, not sure if this can be overriden. Checking

cold stump
#

ok

shell harbor
cold stump
#

yes we are using account links

#

well what about the other two cases

#

for shipping address and choosing cards

shell harbor
#

In the PaymentSheet?

cold stump
#

yes

shell harbor
#

Which SDK you using?

cold stump
#

for one app com.stripe:stripe-android:20.7.0'

shell harbor
#

I think the Payment Sheet also inherits the locale language set on the device

#

And cannot be overriden

#

Why do you want to force English on potentially non-native English speaking users?

#

We localise according to the user device to help conversion rates

cold stump
#

well the app is not support any other language then English

#

so after changing the device language

#

the stripe sheets will only get changed

#

so it will bconfusing

#

for the other app I use implementation "com.stripe:stripeterminal:2.10.0"
implementation 'com.stripe:stripe-android:20.4.0'

shell harbor
cold stump
#

but we don't face the same issue with IOS

#

besides that what other solution can you offer

shell harbor
#

There's no solution unfortunately. They'll inherit the device language/locale as stated

cold stump
#

ok thanks