The Crowdin .NET client is a lightweight interface to the Crowdin API. It provides common services for making API requests.
Our API is a full-featured RESTful API that helps you to integrate localization into your development process. The endpoints that we use allow you to easily make calls to retrieve information and to execute actions needed.
For more about Crowdin API see the documentation:
Install via NuGet:
// Package Manager
Install-Package Crowdin.Api -Version 2.22.0
// .Net CLI
dotnet add package Crowdin.Api --version 2.22.0
// Package Reference
<PackageReference Include="Crowdin.Api" Version="2.22.0" />
// Paket CLI
paket add Crowdin.Api --version 2.22.0
If you find any problems or would like to suggest a feature, please read the How can I contribute section in our contributing guidelines.
Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.
Learn MoreReleased on Apr 1, 2022
Updated on Apr 18, 2024
Published by Crowdin
Identifier:crowdin-api-client-dotnet