Kentico CMS 7.0 Developer's Guide

Translations.com

Translations.com

Previous topic Next topic Mail us feedback on this topic!  

Translations.com

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

Translations.com is a worldwide translation provider that offers website localization in over 170 languages. Kentico CMS includes a default service that automatically ensures the transfer of translation data between the system and Translations.com.

 

To set up the Translation.com service:

 

1. Contact a Translations.com representative and arrange a translation project for your website.

 

2. Open Kentico CMS and go to Site Manager -> Settings -> Content -> Translation services.

 

3. Fill in the information of your Translation.com project into the settings under the Translations.com section:

 

Client user name

Client user password

Project short code

 

Click Save Save.

 

4. Add the following endpoints into the <system.serviceModel><client> section of your application's web.config file:

 

<endpoint address="" binding="basicHttpBinding" contract="TranslationsComSessionService.SessionService2PortType" />

 
<endpoint address="" binding="basicHttpBinding" contract="TranslationsComProjectService.ProjectService2PortType" />

 
<endpoint address="" binding="basicHttpBinding" contract="TranslationsComDocumentService.DocumentService2PortType" />

 
<endpoint address="" binding="basicHttpBinding" contract="TranslationsComSubmissionService.SubmissionService2PortType" />

 
<endpoint address="" binding="basicHttpBinding" contract="TranslationsComTargetService.TargetService2PortType" />

 
<endpoint address="" binding="basicHttpBinding" contract="TranslationsComUserProfileService.UserProfileService2PortType" />

 

Valid endpoint addresses for your application will be provided by Translations.com.

 

You can now submit documents for translation using the Translations.com service.

 

 

InfoBox_Note

 

Translation submission logs

 

Whenever a user submits a translation to Translations.com, the system creates a record in the event log (Administration -> Event log). The service also logs any errors that may occur while sending or receiving translation data.