---
title: "Subscribe to a different list per language - MailChimp Auto-Subscribe"
description: "You can configure MailChimp Auto-Subscribe to send new users to multiple lists based on the language of your Joomla! website.   	To do that navi"
url: "https://www.tassos.gr/docs/mailchimp-auto-subscribe/functionality/subscribe-to-a-different-list-per-language"
date: "2026-05-01T15:47:30+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ MailChimp Auto-Subscribe ](https://www.tassos.gr/index.php?option=com_content&view=category&id=37) / [ Functionality ](https://www.tassos.gr/index.php?option=com_content&view=category&id=86)

#  Subscribe to a different list per language

 You can configure MailChimp Auto-Subscribe to send new users to multiple lists based on the language of your Joomla! website.

 To do that navigate to the plugin's "Settings" Tab as shown in the screenshot below and add in the "List ID" field a JSON String in the following format.

 ```
{"langcode":"listid","langcode":"listid"}
```

 For example, *{"en":"388fe39a06","el":"3e135f1b59"}* in case you have the English and the Greek language activated in Joomla.

 [![mailchimp-auto-subscribe-multiple-lists](https://www.tassos.gr/images/mailchimp-auto-subscribe-multiple-lists.png)](https://www.tassos.gr/images/mailchimp-auto-subscribe-multiple-lists.png)

 Also, make sure that for this use case you must select the "Per Language" option for the "Multiple Lists" field as shown in the screenshot above.

 Last updated on Nov 26th 2024 12:11

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "MailChimp Auto-Subscribe",
            "item": "https://www.tassos.gr/docs/mailchimp-auto-subscribe"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Functionality",
            "item": "https://www.tassos.gr/docs/mailchimp-auto-subscribe/functionality"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Subscribe to a different list per language",
            "item": "https://www.tassos.gr/docs/mailchimp-auto-subscribe/functionality/subscribe-to-a-different-list-per-language"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/mailchimp-auto-subscribe/functionality/subscribe-to-a-different-list-per-language"
    },
    "headline": "Subscribe to a different list per language",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Sotiris Katsaniotis",
        "url": "https://www.tassos.gr/docs/mailchimp-auto-subscribe/functionality/subscribe-to-a-different-list-per-language"
    },
    "datePublished": "2017-10-27T00:00:15+03:00",
    "dateCreated": "2017-10-27T00:00:15+03:00",
    "dateModified": "2024-11-26T12:28:25+02:00"
}
```
