Mobile app version of vmapp.org
Login or Join
Deb1703797

: Is the Mailchimp API available in other languages? I'm using the Mailchimp API in combination with PHP and jQuery to provide the subscribing/unsubscribing-actions on a website via Ajax. On errors

@Deb1703797

Posted in: #Internationalization #Mailchimp

I'm using the Mailchimp API in combination with PHP and jQuery to provide the subscribing/unsubscribing-actions on a website via Ajax.
On errors with user data you get useful messages like "Invalid Email Address", "test@example.com is already subscribed to list x. Click here to update your profile." or "There is no record of "test@example.com" in the database".

For sure I want to keep theses messages, but is there a way I can get them in other languages (in particular in German)? How would I achieve this? I wasn't able to find anything about in the Mailchimp docs.
I wouldn't like to translate them myself...

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Deb1703797

2 Comments

Sorted by latest first Latest Oldest Best

 

@Cody1181609

According to this thread in the API discussion group, this is actually a function of the list itself, and isn't handled by the API. If what you're asking about is being able to change the language to something from your end, it looks like that may not be supported.

10% popularity Vote Up Vote Down


 

@Megan663

I've been using mailchimp for a while and I believe there is no way to get internationalization trough their API.

You should threat errors by yourself and customize the messages.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme