I am using API stripe Connect OAuth Reference (https://stripe.com/docs/connect/standard-accounts)
The link to redirect user is: https://connect.stripe.com/oauth/authorize?response_type=code&client_id=CODE&scope=read_write
It works perfectly. Landing page is :
How can I translate this page?
I have tried using in url: ?locale=fr
but not working.
I could not find anything in the documentation
Thanks