Create a module that can translate the content.

Posted by Community Admin on 03-Aug-2018 13:17

Create a module that can translate the content.

All Replies

Posted by Community Admin on 07-Feb-2011 00:00

Hello.

    How can i create an module that uses more than one language.
    Using some sort of components that can translate the content.
    Does sitefinity 4.0 has some sort of components in there framework?

Posted by Community Admin on 07-Feb-2011 00:00

Hello Allan,

If you want to create a custom module, you have to add

  • LocalizationWidgetBarSectionElement
  • LanguagesDropDownListWidgetElement

in its definition. You can take a look at our Products Catalog sample that comes with SDK installation.

To get the content translated you should implement your own logic to achieve this. One way is to modify the workflow. You can download the xaml files from your account and map the templates through Administration >> Settings >> Advanced >> Virtual Path Provider settings. You can take a look at this blog post explaining how you can extend workflow. Please note that modifying workflows requires Professional or Enterprise Edition license.

Best wishes,
Ivan Dimitrov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed