Search Results for

    Show / Hide Table of Contents

    Class AddTranslationRequest

    Inheritance
    System.Object
    AddTranslationRequest
    Namespace: Crowdin.Api.StringTranslations
    Assembly: Crowdin.Api.dll
    Syntax
    public class AddTranslationRequest : object

    Properties

    | Improve this Doc View Source

    AddToTm

    Declaration
    public bool? AddToTm { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    LanguageId

    Declaration
    public string LanguageId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PluralCategoryName

    Declaration
    public PluralCategoryName? PluralCategoryName { get; set; }
    Property Value
    Type Description
    System.Nullable<PluralCategoryName>
    | Improve this Doc View Source

    StringId

    Declaration
    public int StringId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX