Set UI locale when triggering change password email flow

I want to use the following API to allow the user to trigger the reset password email from within the app (POST /dbconnections/change_password). I am using new universal login.

When triggering login / signup flows, I am using ui_locales to make the auth0 interface match the selected language in our app.

Can I set the language when triggering the password reset flow? I’m worried that the user will end up with a different language to the one selected in the application which isn’t a great UX.