Kentico 12 Form autoresponder translation

Aaron Fickes asked on December 19, 2022 19:08

Is there a way to translate the content in an Kentico 12 form auto response email? I've looked through all the help docs and through the Q&A and I only see results for email customization or for localizing the form itself, but not the autoresponder email text.

I have a formatted few paragraphs of text in an auto response email and my only thought was to use the {$texthere$} localization. However, I don't know if there is a character limit on the localization string or if there is a better way to do it?

-Aaron

Correct Answer

Brenden Kehren answered on December 21, 2022 14:44

You can use localization string macros in your auto responder email. They look something like this:

{$your.custom.localization.key$}

So you could do something like which would be a combination of localization keys AND form data the user submitted:

{$custom.form.hello$} {%FirstName%},

{$custom.form.paragraphtext$}

{$custom.form.thankyou$}

My Company
www.mycompany.com
800-888-8888

Reference Kentico Macro Syntax Documentation

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.