inRiver Translation Connector
  • Introduction
  • Architecture
  • Workflow
  • Install - inRiver PMC
  • PMC install - inRiver Data Model Configuration
  • Updating Connector - inRiver iPMC
  • Install - inRiver 6.3
  • On-premise (6.3) Install - inRiver Data Model Configuration
  • Translation Configuration
    • Sample Translation Configuration
  • Language Configuration
  • Using the Lionbridge Connector (Manual Workflow)
    • Entity Translation Status
    • Translation Job Status & Actions
    • Linked Entities Translation Status
    • Cancelling Translation Jobs
    • Deleting Translation Jobs
    • Translation of CVL values
    • Translation of Specifications
    • Sending Entity Images for Reference.
    • Sending non-LocaleStrings for Reference
  • Using the Lionbridge Connector (Automatic workflow)
  • Appendix 1: Lionbridge Language List
  • Appendix 2: Troubleshooting
  • Upgrade - 6.3 > PMC
  • Upgrade - 6.3
  • Upgrade - 3.2.2 -> 3.3
    • inRiver 6.3
    • inRiver PMC
  • Language Configuration - Upgrading
  • Logging
  • Criteria Configuration
    • Criterias
  • TLS 1.2
  • Release Notes
Powered by GitBook
On this page
  • <BaseCriteria> element
  • Properties
  • Example
  • <Criteria> element
  • <SourceLanguages>
  • Properties
  • <SourceLanguage> element
  • Properties
  • <TargetLanguages>
  • Properties
  • <TargetLanguage> element
  • Properties

Criteria Configuration

Base XML

<CriteriaConfiguration>
    <BaseCriteria> <!-- This criteria must be met before an entity can be considered for translation -->
        <!-- Criteria elements -->
    </BaseCriteria>
    <SourceLanguages>
        <!-- One or more SourceLanguage elements -->
    </SourceLanguages>
    <TargetLanguages>
        <!-- One or more TargetLanguage elements -->
    </TargetLanguages>
</CriteriaConfiguration>

<BaseCriteria> element

Contains a criteria that every translatable entity will need to meet in order to be sent for translation.

Properties

Name

Required

Property type

Value type

<Criteria>

Yes

Element

Criteria

<Criteria>

Example

<BaseCriteria>
    <!-- Criteria -->
</BaseCriteria>

<Criteria> element

<SourceLanguages>

Properties

Name

Required

Property type

Value type

Id

Yes

Attribute

string

<SourceLanguage>

Yes

Element

SourceLanguage

Contains one or more source language configurations. Translatable entities will choose the top-most language configuration who's criteria is met as its source language.

Example

<SourceLanguages>
    <SourceLanguage Id="engb"> <!-- Use "engb" as source language if the following criteria is met -->
        <!-- Criteria here -->
    </SourceLanguage>
</SourceLanguages>

<SourceLanguage> element

Properties

Name

Required

Property type

Value type

Id

Yes

Attribute

string

<Criteria>

Yes

Element

Criteria

Id

Language configuration id

<Criteria>

Example

<SourceLanguage Id="engb"> <!-- Use "engb" as source language if the following criteria is met -->
    <!-- Criteria here -->
</SourceLanguage>

<TargetLanguages>

Properties

Name

Required

Property type

Value type

Id

Yes

Attribute

string

<TargetLanguage>

Yes

Element

TargetLanguage

Contains one or more target language configurations. Translatable entities will choose every language configuration who's criteria is met as target languages.

Example

<TargetLanguages>
    <TargetLanguage Id="svse"> <!-- Use "svse" as target language if the following criteria is met -->
        <!-- Criteria here -->
    </TargetLanguage>
</TargetLanguages>

<TargetLanguage> element

Properties

Name

Required

Property type

Value type

Id

Yes

Attribute

string

<Criteria>

Yes

Element

Criteria

Id

Language configuration id

<Criteria>

Example

<TargetLanguage Id="svse"> <!-- Use "svse" as target language if the following criteria is met -->
    <!-- Criteria here-->
</TargetLanguage>
PreviousLoggingNextCriterias

Last updated 7 years ago

Criteria element, more information about criterias can be found .

Criteria element, more information about criterias can be found .

Criteria element, more information about criterias can be found .

Criteria element, more information about criterias can be found .

here
here
here
here