Hi,
I’m implementing a full multi-language headless shop.
When using the API to perform some actions, like customer reset password (customerRecover mutation), we can’t select the language of the notification email that the user is receiving. How can we specify the language of the notification? We’ve a English and Spanish version but only the English version is used.
I’ve been using the Accept-Language: es header that works when retrieving content data (products, etc) but in this case, it’s like it doesn’t have any effect.