- General Information
- Connecting Third-party Systems
- crossConnect for content systems
- crossConnect for External Editing
- Purpose and usage
- Requirements
- Implementation
- Across XLIFF format
- Across-specific Extensions
- <xliff> Element Attributes
- <file> Element Extensions
- <trans-unit> Element Extension
- Paragraph States
- Paragraph State Flags
- <source> and <target> Element Content
- <bpt> Element Attributes
- <ph> Element Attributes
- <x> Element Attributes
- Across-specific Properties
- Analysis Results
- Sample Files
- Across XLIFF - import, export and segmentation
- Context information
- Exporting best matches in Across XLIFF
- Hyperlinks to XLIFF
- Secure file handling with C#
- Secure file handling with JAVA
- Workflow and vendor configuration
- Sample code - Integrated solution
- Across XLIFF format
- Generic File Connector
- Display Texts
- APIs
- APIs - Technology
- crossTank API v1
- crossTank API v2
- crossTerm API v1
- crossTerm API v2
- crossAPI SI
- Requirements
- Function Return Types
- crossAPI SI and Java
- List of Objects in crossAPI SI
- Sample - transferring checkout files via FileManager
- Sample - VBS
- Text Preprocessing API
Creating Translations
Functions
Creating new translations can be done in two modes.
URL | Description |
/api/v2/Translations/createTranslationsWithPreset | Create one or more translations using a translation preset. |
/api/v2/Translations/createTranslations | Create one or more translations using explicit storing options. |
When using explicit storing options, all storing parameters are entered directly into the search request. The parameters available for explicit storing options and predefined storing options are the same.
A storing preset can be created via API call and stored in the memory. If an expiration time is specified, the preset will be automatically deleted if it was not used after this time. Presets can be deleted via API call. As they are stored in the memory, they disappear after an IIS reset.
URL | Description |
/api/v2/Translations/createTranslationPreset | Create a translation preset. |
/api/v2/Translations/deleteTranslationPreset | Delete a translation preset by ID. |