#ro0t
1 messages · Page 1 of 1 (latest)
The onboarding page for a seller is currently in english
I would like it to be in my own language
Hi there
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',
)
);
It should localize automatically here based on browser location if I remember correctly
Where are you located?
Romania
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
What do you have for your Chrome language settings: chrome://settings/languages ?
And are you using Chrome?
Can you test changing that?