Search Results for

    Show / Hide Table of Contents

    Class PluralLanguageTranslations

    Inheritance
    System.Object
    LanguageTranslations
    PluralLanguageTranslations
    Namespace: Crowdin.Api.StringTranslations
    Assembly: Crowdin.Api.dll
    Syntax
    public class PluralLanguageTranslations : LanguageTranslations

    Properties

    | Improve this Doc View Source

    ContentType

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

    Plurals

    Declaration
    public PluralLanguageTranslations.PluralsEntry[] Plurals { get; set; }
    Property Value
    Type Description
    PluralLanguageTranslations.PluralsEntry[]
    | Improve this Doc View Source

    StringId

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