Skip to content

Lingotek/example-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lingotek C# Example

This code example demonstrates how to send content up to Lingotek and download the resulting translations.

The example has been developed with Mono (.NET opensource implementation), but works with Microsoft .NET.


Running with Docker:

Build the Docker container with

docker build  -t mono-demo .

And run the example program with:

docker run -it  -v $PWD/bin:/output mono-demo

See Lingotek Devzone for documentation and to obtain an access token.

About

C# code example demonstrating basic interactions with the Lingotek API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published