language switcher

I want to do language switcher like that when I was on English section, Arabic button appear.

I want to do the same on appearance on my website.
competitor website: https://wibi.com.kw/

My website : https://level-up.gg/

I am on English language and English appears in switcher.

Hi @eslamibrahim

You can edit your theme code:

modify file content: language-localization.liquid

{%- comment -%}
  Renders the language picker for the localization form

  Accepts:
    - localPosition: pass in the position in which the form is coming up to create specific IDs
{%- endcomment -%}

{% assign my_language = '' %}
{% assign my_code = '' %}

  {%- for language in localization.available_languages -%}
    {% if language.iso_code != localization.language.iso_code %}
      {% assign my_language = language.endonym_name %}
      {% assign my_code = language.iso_code %}
    {% endif %}
  {%- endfor -%}

  

Hi,

You can use app like langify

I did not find language liquid.
I used langify app

Please reach out to langify here https://apps.shopify.com/langify#adp-developer and they’ll place it for you at the desired location free of charge and within just a few hours max.

Please also include your myshopify domain and your collaborator account request code (which you can find in Shopify → Settings → Users and permissions) in your message.