Language Selector
{%- comment -%}
Fixed Country Selector (shows only when browser language != English)
- Insert just after your header so it can calculate correct offset.
- If your header selector is different, adjust HEADER_SELECTORS in the JS below.
{%- endcomment -%}
{%- assign countries = localization.available_countries -%}
{%- if countries.size > 1 -%}
{%- endif -%}

