Search Results for

    Show / Hide Table of Contents

    Interface ILanguagesApiExecutor

    Namespace: Crowdin.Api.Languages
    Assembly: Crowdin.Api.dll
    Syntax
    public interface ILanguagesApiExecutor

    Methods

    | Improve this Doc View Source

    AddCustomLanguage(AddCustomLanguageRequest)

    Declaration
    Task<Language> AddCustomLanguage(AddCustomLanguageRequest request)
    Parameters
    Type Name Description
    AddCustomLanguageRequest request
    Returns
    Type Description
    Task<Language>
    | Improve this Doc View Source

    DeleteCustomLanguage(String)

    Declaration
    Task DeleteCustomLanguage(string languageId)
    Parameters
    Type Name Description
    System.String languageId
    Returns
    Type Description
    Task
    | Improve this Doc View Source

    EditCustomLanguage(String, IEnumerable<LanguagePatch>)

    Declaration
    Task<Language> EditCustomLanguage(string languageId, IEnumerable<LanguagePatch> patches)
    Parameters
    Type Name Description
    System.String languageId
    IEnumerable<LanguagePatch> patches
    Returns
    Type Description
    Task<Language>
    | Improve this Doc View Source

    GetLanguage(String)

    Declaration
    Task<Language> GetLanguage(string languageId)
    Parameters
    Type Name Description
    System.String languageId
    Returns
    Type Description
    Task<Language>
    | Improve this Doc View Source

    ListSupportedLanguages(Int32, Int32)

    Declaration
    Task<ResponseList<Language>> ListSupportedLanguages(int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    System.Int32 limit
    System.Int32 offset
    Returns
    Type Description
    Task<ResponseList<Language>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX