Translation Configuration
Translation Configuration XML base
3.2.2 -> 3.3 - Upgrade example
Settings that will be removed and replaced by XML configuration, with an example value:
childLinkTypes / ChildLinkTypes
TranslationJobProduct,ProductItems
entityStatusFields / TranslateEntityStatusFields
trProductEntityStatus,trItemEntityStatus
languageConfiguration / LanguageConfiguration
Converted to XML based on settings
XML element details
<TranslationConfiguration>
element
<TranslationConfiguration>
elementContains translation configuration data.
Properties
<EntityTypes>
element
<EntityTypes>
elementContains information about entity types that can be translatable.
Properties
<EntityType>
element
<EntityType>
elementContains information about an entity type that should be translatable
Properties
Id
The entity type id of the translatable entity type
<InTranslationFieldType>
Properties
Id
The field type id of the "In Translation" status field.
<TranslatedFieldType>element
Properties
Id
The field type id of the "Translated" status field.
TranslationInfoFieldTypeelement
Properties
Id
The field type id of the field that the connector uses to store information about what has been sent for translation for a given entity.
<LinkTypes>
element
<LinkTypes>
elementLink types the connector can use to discover translatable entities.
Properties
<LinkType>
element
<LinkType>
elementLink type the connector can use to discover translatable entities.
Properties
Id
Link type id the connector can use to discover translatable entities.
<Languages>
element
<Languages>
elementLanguage information, more information about how to configure this can be found here.
Properties
<Language>
element
<Language>
elementInformation about a single language.
Properties
key
Unique identifier for the language.
lionbridgeCode
Lionbridge language code for this language.
inRiverCode
inRiver language code for this language.
Last updated