cancel
Showing results for 
Search instead for 
Did you mean: 

Please add the language for the email template - Error email blast

Former Member
0 Kudos

Hey community,

Im trying to send a email blast but there is a error: "Please add the language for the email template ". In my code template I have this:

<html (lang="en-US")>

...

</html>

I also try en, en-en and nothing. Any one knows what is wrong?

Best regards,

Bruno Tiago

Accepted Solutions (0)

Answers (1)

Answers (1)

malay_dwivedi
Explorer
0 Kudos

Hi Bruno

Kindly try as follows:

Start the HTML coding with

<!DOCTYPE html>

<html lang="en">

And at the end of your HTML file coding, write </html>, twice.

The "...." in your case is the body of the template.

I have tried this and has worked perfectly for me...

Basically the language should be defined at the start of the coding and to be wrapped up at the end. So we need </html> twice.

Kindly let us know if this worked...

Regards

Malay

Former Member
0 Kudos

Hey Malay,

Thanks for the help, it works!

Best regards,

Bruno Tiago