Login

How do I configure multi-language subscriptions?

Versions: 4.40, FAQ number: 133, Old FAQ number: 2860

EPiServer supports multi-language subscriptions. This enables visitors to Web sites to receive e-mails according to the language of the Web site they are visiting. Web pages on a multi-language site that do not support multi-language will distribute e-mails in several languages.

episerver.com uses multilanguage subscriptions, but there is a catch compared to the default version. Follow the instructions below to configure multi-language subscriptions:

  1. Set the Language property on the Web control:
    <EPiServer:SubscriptionList ID="SubList" runat="server" language="<%#CurrentPage.LanguageID%>"/>
  2. After you have set this, go to System Settings in Admin mode and change subscription provider to Multilanguage.
EPiTrace logger