Multi Lingo by Modules4U
Sam Forde avatar
Written by Sam Forde
Updated over a week ago

Learn how to integrate Multi Lingo with Zapiet - Pickup + Delivery for Shopify

Integrating Multi Lingo with Zapiet - Pickup + Delivery is super simple. Although it does require a little bit of code. If you are uncomfortable coding please reach out to [email protected] and we can help you with this.

Within your themes storepickup-addons.liquid file add the following code:

{% case ml_lang %}   
{% when 'zh-Hans' %}
// Multi Lingo language code
    {% assign language_code = 'zh-CN' %}
// Zapiet language Code
  {% when 'fr-FR' %}
    {% assign language_code = 'fr' %}
  {% else %}
    {% assign language_code = 'en' %}
{% endcase %}

Finally ensure the language codes above match your stores configuration and click Save.

Did this answer your question?