Active Translation Management Workflow Feature

来源:互联网 发布:淘宝店被关了怎么激活 编辑:程序博客网 时间:2024/05/16 17:11

Active Translation Management  Library Feature

This workflow helps translating office documents from onelanguage to another. This workflow works with two list types: a Translation ManagementLibrary and a translators list. A document that needs to be translated isuploaded into the Translation Management Library, and translators in thetranslators list receive tasks to start translating the source document intotheir respective languages. When all the translation tasks are completed, theTranslation Management workflow is completed.

 

Note: We couldn't active the feature abouy Translation Management Library in SIte Collection Feature, have to active it via powershell.

First: You should activethe feature about Translation Management Library, you would use the follow codein powershell.

 

stsadm -o activatefeature -name TransMgmtlib -url http:// you site collection url

stsadm -o    activatefeature -name TransMgmtFunc -urlhttp:// you site collection url

 

Second: You should create libraryvia Translation Management Library template and create the translatorinformation list. The library is used for storing document and the translatorlist is used for storing the translator information.