Send Locale to password reset Email request

I am using this api Authentication API Explorer
to send users password reset emails,
But I also want to send them emails in different languages, like in French

How can I send a Locale variable to achieve this,
I know this can be done if user has locale set as French, but how can I change the Locale, if user is not even signed in yet??

So what I need is a way to send password reset email/Change Password Email in a specific locale.

Hello, @deep24kumar24,

In this case, what a lot of people do, is they leverage the Additional Signup Fields. While the user is signing up, you can ask them to fill out an extra field, letting them know of their language. Then, you can leverage that data in an email.

Let me know if this sounds like a plausible solution!