0

Is there a way using ExactTarget that I can send out a spanish email but provide a english option without generating 2 different emails? I thought about table driven but is there a technology out there that can be called from an EMAIL Communication that will translate on the spot to an English version?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52

1 Answers1

1

Technically, you can utilize the Content Syndication functionality in the platform to pull in content from any publicly available web service (using the httpget() AMPScript function). I would not recommend it for translating content.

It's much more accurate to capture the subscribers preferred language and serve up the email in their own language. There are numerous ways to do this in Salesforce Marketing Cloud (ET). It can also be done in a single email using AMPScript and/or SSJS.

Also, there is a lot more SFMC dicussion going on over in http://salesforce.stackexchange.com.

Community
  • 1
  • 1
Adam Spriggs
  • 626
  • 8
  • 23