#ro0t

1 messages · Page 1 of 1 (latest)

vague minnowBOT
floral hazel
#

The onboarding page for a seller is currently in english

#

I would like it to be in my own language

cobalt thicket
#

Hi there

floral hazel
#

To create an account link I am using:

$link = $stripe->accountLinks->create(
            array(
                'account' => $localStripeId,
                'refresh_url' => base_url('seller/stripe_setup'),
                'return_url' => base_url('seller/stripe_enrollment_complete'),
                'type' => 'account_onboarding',
            )
        );

cobalt thicket
#

It should localize automatically here based on browser location if I remember correctly

floral hazel
#

Not using VPN, Not using anything

#

Still not locating properly

cobalt thicket
#

Where are you located?

floral hazel
#

Romania

cobalt thicket
#

Thanks

#

Let me double check for whether we localize that flow or not

floral hazel
#

I know for a fact that for Payments I have to specify a locale

#

But there is no such thing in your docs

#

When it comes to Stripe Connect Accounts

cobalt thicket
#

What do you have for your Chrome language settings: chrome://settings/languages ?

#

And are you using Chrome?

floral hazel
#

Yes, I am

#

There is no other way to control that?

#

Other than Browser settings ?

cobalt thicket
#

Can you test changing that?