Global expansion, localizing content, and selling in multiple currencies and languages
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there. Very new to Shopify, but excited to be building my first headless e-commerce project.
One of the key challenges I am facing is that the site will be multilingual (Dutch and English). I have configured the languages in the store settings, and translated the product copy using the Translate & Adapt app, but somehow regardless of the language property in the initialization object, the content returned from the API is in English. In fact, even after setting the default language to Dutch the English content was returned.
const client = Client.buildClient({
domain: 'oscaralexander.myshopify.com',
language: 'nl' // 'nl-NL' does not work either,
storefrontAccessToken: '[access token goes here]'
});
client.product.fetchAll().then((res) => {
// All products in the response object are in English
});
Would love some help with this 🙏🏻 Many thanks!
also facing this problem, would love any solutions!
Did you find a solution to this problem? I am facing the same issue with the checkout. Previously it was possible to just add the locale query parameter to the checkout url and you got the proper language. Now, that does not work anymore.
Hello @MartinKnecht , we have the same issue with checkout translation. Have you found any solution? Thank you!