Can't translate the buy button language on Shopify with Langify?

xarup
Visitor
2 0 1

Hi,

 

does anyone know how to fix the following issue:

I have 2 languages in my shopify store. 

The buy button is created in the main language.

When a customer switch to the second language the buy button 

still shows the main language.

I´ve installed the langify app but I can´t find the section for the

buy button to translate it.

 

Thank you!

Replies 4 (4)

KetanKumar
Shopify Partner
36839 3635 11972

@xarup 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Padmakara
Visitor
1 0 0

Hi, I have exactly the same problem, can you share the solution? Thank you in advance.

xarup
Visitor
2 0 1

sorry, there was no solution

thatgriffith
Shopify Partner
3 0 0

Actually, there is a solution for switching language. You can pass a language prop to the buildClient method. In the example I am setting the language to Swedish. However, this only changes the language and not market. I am currently looking for a solution to change market

window.ShopifyBuy.buildClient({
domain: "DOMAIN",
storefrontAccessToken: "ACCESS_TOKEN",
language: "sv",
});