Change Sign up page text and language

Dear Sir,


How can I change the text and language of the attached sign up page into Arabic ?
Best Regards
Ahmed

Wix Support will help you with this.

Meanwhile try searching through Wix own help pages…
https://support.wix.com/en/article/changing-the-language-of-the-password-window
https://support.wix.com/en/article/changing-the-language-of-the-member-login-bar
https://support.wix.com/en/article/changing-your-sites-regional-settings
https://support.wix.com/en/article/changing-the-locale-of-a-language-in-a-multilingual-site
https://support.wix.com/en/article/changing-the-main-language-in-wix-multilingual
https://support.wix.com/en/article/languages-available-in-the-wix-editor-9444736

something like this…

import wixUsers from 'wix-users';

// ...

let options = {"mode": "signup", "lang": "ar"};

wixUsers.promptLogin(options)

further info here https://www.wix.com/code/reference/wix-users.html#promptLogin