Login language

Hi,
Please add an option to turn the login page from only English-to different languages.
My target costumers are Hebrew speakers and the whole point is that the website will be in their language. Therefor starting in a login page that is not their native language is a bad start…
Thanks!

Code below is for Spanish, change language as required.
further info here https://www.wix.com/code/reference/wix-users.html#promptLogin

import wixUsers from 'wix-users';

// ...

let options = {"mode": "login", "lang": "es"};

wixUsers.promptLogin(options);

You can create a custom login page in Hebrew with some code. Follow the step in “Creating a Custom Registration Form with Code” .