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
Name
Required
Property type
Value type
EntityTypes
Yes
Element
XML
LinkTypes
Yes
Element
XML
Languages
Yes
Element
XML
<EntityTypes>
element
<EntityTypes>
elementContains information about entity types that can be translatable.
Properties
Name
Required
Property type
Value type
EntityType
Yes
Element
XML
<EntityType>
element
<EntityType>
elementContains information about an entity type that should be translatable
Properties
Name
Required
Property type
Value type
Id
Yes
Attribute
string
InTranslationFieldType
Yes
Element
XML
TranslatedFieldType
Yes
Element
XML
TranslationInfoFieldType
Yes
Element
XML
Id
The entity type id of the translatable entity type
<InTranslationFieldType>
Properties
Name
Required
Property type
Value type
Id
Yes
Attribute
string
Id
The field type id of the "In Translation" status field.
<TranslatedFieldType>element
Properties
Name
Required
Property type
Value type
Id
Yes
Attribute
string
Id
The field type id of the "Translated" status field.
TranslationInfoFieldTypeelement
Properties
Name
Required
Property type
Value type
Id
Yes
Attribute
string
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
Name
Required
Property type
Value type
LinkType
Yes
Element
XML
<LinkType>
element
<LinkType>
elementLink type the connector can use to discover translatable entities.
Properties
Name
Required
Property type
Value type
Id
Yes
Attribute
string
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
Name
Required
Property type
Value type
Language
Yes
Element
XML
<Language>
element
<Language>
elementInformation about a single language.
Properties
Name
Required
Property type
Value type
key
Yes
Attribute
string
lionbridgeCode
Yes
Attribute
string
inRiverCode
Yes
Attribute
string
key
Unique identifier for the language.
lionbridgeCode
Lionbridge language code for this language.
inRiverCode
inRiver language code for this language.
Last updated