In the store, different languages are managed, and it is necessary for customer notifications to arrive in that language. However, when a user creates an account from the registration form, the language remains as it was in the store when the account was created.
The problem arises when an account activation is to be done (account activation form), and the account to be activated does not yet have a language. Here, no matter in which language you are, it will always default to the language the store has.
I need to know how I can define the user’s language when they are activating the account:
- From the Liquid objects and the APIs provided by Shopify, I have not found any property in the Shopify object for that, and much less any endpoint that allows us to modify that language.
- Is it possible to modify the language of a user through any API
Next image show what is the language property that I need to change it:
