All things Shopify and commerce
Hi , I have two language for the website, English & Chinese
I am wondering if it's possible to display the opposite language? For example,
If i am on English version now, can the language selector show Chinese (in Chinese word) so people will know that we have other language option. I am using flow theme
Thanks!
Solved! Go to the solution
This is an accepted solution.
Please try below code to do this.
{%- for language in localization.available_languages -%}
{% if localization.language.iso_code != language.iso_code %}
<span> {{ language.endonym_name | capitalize }}</span>
{%- break -%}
{% endif %}
{%- endfor -%}
@davidwu1604
please use this app i hope it will work:
https://apps.shopify.com/geolocation
This is an accepted solution.
Please try below code to do this.
{%- for language in localization.available_languages -%}
{% if localization.language.iso_code != language.iso_code %}
<span> {{ language.endonym_name | capitalize }}</span>
{%- break -%}
{% endif %}
{%- endfor -%}
THANK YOU FOR YOU HELP! PROVLEM FIXED
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025