Search Results for

    Show / Hide Table of Contents

    Class LanguageDirection

    Represents language direction for a file or a language pair of translation project

    Inheritance
    object
    LanguageDirection
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.AutomaticTasks
    Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
    Syntax
    public class LanguageDirection

    Properties

    SourceLanguage

    Gets the source language

    Declaration
    public Language SourceLanguage { get; }
    Property Value
    Type Description
    Language

    TargetLanguage

    Gets the target language

    Declaration
    public Language TargetLanguage { get; }
    Property Value
    Type Description
    Language
    In this article
    Back to top Generated by DocFX