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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025