TranslationSettings Class |
Namespace: CMS.TranslationServices
public class TranslationSettings
The TranslationSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | TranslationSettings |
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
![]() | DataType |
Gets or sets the data type of the translation - constant according to XLIFF specification (htmlbody, plaintext, ...).
|
![]() | GenerateTargetTag |
If true, target tag is generated and filled with source tag content while exporting to XLIFF (needed for Translations.com).
If not set, the setting is initialized based on translation service setting.
|
![]() | Instructions |
Gets or sets the instructions which will be added to the translation submission.
|
![]() | ItemIdentifier |
Gets or sets unique identifier of a file within a submission.
|
![]() | Priority |
Gets or sets the priority with which the translation will be submitted to the translation service (the higher the number the higher the priority).
|
![]() | ProcessBinary |
Gets or sets the value which indicates whether to process binary values.
|
![]() | SourceLanguage |
Gets or sets the source language of the object/document.
|
![]() | TargetLanguage | Obsolete.
Gets or sets the target language of the object/document.
|
![]() | TargetLanguages |
Gets or sets the target languages of the object/document.
|
![]() | TranslateAttachments |
Gets or sets the value which indicates whether to include attachments binary data fields into translation.
|
![]() | TranslateDocCoupledData |
Gets or sets the value which indicates whether to include coupled data fields into translation.
|
![]() | TranslateEditableItems |
Gets or sets the value which indicates whether to include editable regions into translation.
|
![]() | TranslateWebpartProperties |
Gets or sets the value which indicates whether to include webpart properties into translation.
|
![]() | TranslationDeadline |
Gets or sets the deadline proposed for the translation.
|
![]() | TranslationServiceName |
Gets or sets code name of the translation service used to submit a translation.
|