I have the issue with localization string in the E-Mail template subject field.
I tried different ways, but the subject contains english version only instead of its localized version. The options I tried are:
{%GetResourceString(@membership.passwreqsubject@, @cz-CS@)#%}
{%GetResourceString(@membership.passwreqsubject@)#%}
{$ membership.passwreqsubject $}The key exists in the Localization module, in the CMS.resx and CMS.cs-CZ.resx.
Default locale is Czech Republic (cs-CZ) and all localizations except the Subject field works perfectly.Another issue with E-Mail template subject field is:
I'm trying to configure my e-mail template (Applications-@Development-@Email Templates) in Kentico and faced with encoding issue with e-mail subject field. For example, if the e-mail template subject field contains the following text with the macro:Přijatá objednávka číslo {%HTMLEncode(Order.OrderInvoiceNumber) #%}
I receive it as
P?ijat? objedn?vka ??slo 3019As you can see, the subject doesn't encoded, however, I see it in Kentico back-end without a question marks. I have no idea, how to fix it. Pease help. Thank you in advance.
↧