I am trying to customize checkout page according to country for my store Can you please help.
I am trying to using following code:
{% if localization.country.iso_code == 'FR' %}
Yeyi French
{% else %}
English
{% endif %}
but on checkout it keep showing English even I have tried to change the location through VPN.