Hey i’m in the last steps setting up my website/shop. Now i want to change the image when customers switch the language, because some images have text on it.
I’m using the app “T Lab - AI Language Translate” for translation and the studio theme. Is this possible and can someone help with this problem?
my site: lorenaxangelina.com
pw: 654321
Every help is welcome, thx!
Hi @lorenaxangelina ,
You can use the code to add the image display condition:
{%- if request.locale.iso_code == 'en' -%}
{%- else -%}
{%- endif -%}
Hope it helps!
1 Like
Thanks for your answer! Sadly i only know the basics of coding, i think this is to complex for me..
Hi @lorenaxangelina ,
If you include multiple images, you need to add options for each section, it will be a more complicated requirement. So you need to hire expert for it. Refer group: https://community.shopify.com/c/Shopify-Ecommerce-Jobs/bd-p/shopify-job-board
They will help you to add options quickly because it needs to check the theme source, so it will be difficult for someone to guide you in detailed code for each section.
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.
1 Like