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!
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024