Global expansion, localizing content, and selling in multiple currencies and languages
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!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024