I have a multilingual site (two languages: primary Finnish, additional English). Member language preference seems to be set at registration based on the current language setting of the website. Check.
This information is saved somewhere because I can see and edit it from the dashboard: Site Members - Overview - Contact Info - Edit info - Language. Check.
I want to have site members be able to change this initial preference in such a way that future emails go out correctly. All the API calls I have been able to find are about site language functionality (i.e. changing the language the site is operating under) but not persisting the language preference into the member information (where it will be used by automation for email translation).
I can write custom code to mange the UI ways this could be changed by the user (explicitly or automatically) but I cannot find any API call to view or update the member information. Wix’s AI SDK Assistant confirms this in the response to the query “How do I access a member’s preferred language?” The short part of the answer was: “Based on the provided documentation, accessing a member’s preferred language directly from their member profile using current, non-deprecated APIs is not explicitly detailed.”
Anyone else encounter this?