Hi, wix developpers.
I made wix member register() function modules with Velo API reference.
And the following function is the main part of them, what I want to do is to change the language setting of contact info to “ja”(Japanese) but registration results in PrivateMembersData is always
set “en”(English). It will always be set “en”(English).
How can I set it up as I intended?
export async function doRegistration ( email , password ) {
// Register the member
const registrationOptions = {
contactInfo : {
language : “ja”
},
privacyStatus : ‘PUBLIC’
};
// Member is now registered with the site and pending approval
**const** registration = **await** authentication . register ( email , password , registrationOptions );
// Send a registration confirmation email...
}
Thanks in advance!
@onemoretime Apologies for the delay responding. It seems that you may have found a bug. Could you please report it following the instructions described here ? It’s the best way to get the issue to the right team as quickly as possible. Thank you.
@marlowe-shaeffer Thank you for your reply. I reported this issue to wix support before in October 2020 and had several interactions with them. But, I feel that it has not been resolved even after two years…so I re-consulted here.
At that time I was tired of wix support’s explanation that there isn’t the collection named “PrivateMemberData” that contains “language” property, Please show me that with a screenshot, wix support don’t you know “PrivateMemberData”??? …I thought.
So I gave up on solving this problem for a while until recently.
I didn’t know there was a form in the wixEditor that could report directly to the velo team. From now on, I will report what seems to be a bug from that form!
You are a very kind community manager. thank you!!!