Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Newsletter French and English Unsubscribe on same page. View modes: 
User avatar
Member
Member
sandrews-ecentricarts - 8/27/2009 11:02:53 AM
   
Newsletter French and English Unsubscribe on same page.
I have a bit of problem. The client wants to have their french and english on the same newsletter. Unfortunately the unsubscribe link only pulls the default language from the resource file.

Is there anyway to change the unsubscribe text to different languages in the same newsletter?

User avatar
Kentico Developer
Kentico Developer
kentico_ondrejv - 9/1/2009 1:35:21 AM
   
RE:Newsletter French and English Unsubscribe on same page.
Hello,

You can define unsubscribe URL within the newsletter template in following format:

<a href="http://YourDomain.com/SpecialPages/Unsubscribe.aspx?subscriberguid={%SubscriberGUID%}&newsletterguid={%NewsletterGUID%}&issueid={%IssueID%}">Unsubscribe</a>

You need to paste that code using Source mode. Please note that you need to set correct unsubscribe page which will suit your situation. Moreover you could create another language version of unsubscribe page to receive appropriate unsubscribe confirmation message.

This way you can generate the unsubscribe link in any language.

Best Regards
Ondrej Vasil