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