|
||
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.
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" /> |
Valid endpoint addresses for your application will be provided by Translations.com.
You can now submit documents for translation using the Translations.com service.
|
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.
|