Mailchimp Plugin Translation
-
Hi guys,
I’m using Mailchimp for WordPress plugin. I have also installed WP Multilang.
In the Mailchimp plugin, I created a subscription set and I want to add hungarian translation too. The two language English / Hungarian tab appears in Mailchimp plugin after I added the Hungarian language to WP Multilang. But when I switch to the Hungarian tab and fill the subscription set with the translation and switch back to the English tab, the English one gets overwrote with the Hungarian one. So language switcher doesn’t work as expected. Am I missing something here that I supposed to set up as well? I see a message here: “For multilingual string, use syntax like [:en]Text on english[:de]Text auf Deutsch[:].”
How should I do the translation to get it switch language properly?This is the Mailchimp form code, how I tried:
<div class="mailchimp_sudbscribe" style="padding-top:42px"> <h4> [:en]Subscribe for monthly newsletters & special offers![:hu]Iratkozz fel a havi hírújsárgra és kül?nleges ajánlatokra![:] </h4> <p> <input type="email" name="EMAIL" placeholder="[:en]Subscribe[:hu]Email címed feliarkozáshoz...[:]" required /> </p> <p> <input type="submit" value="[:en]Subscribe[:hu]Feliratkozom[:]" /> </p> </div>
- The topic ‘Mailchimp Plugin Translation’ is closed to new replies.