Archive Browser
Download AzureTranslationDemoV3.zip, last updated 11/04/2019 (45.48 KB)
Download- md5: 71243a5a58a5b2055e7ffbc8a12dbbbb
- sha1: b3ea3e69c98e9179121e56912434d6ffa37ed7e9
- sha256: 5a4c764a08816a7bfc3060ba0006883bf49134838680b88901018ef707a23650
using System;
using System.Windows.Forms;
// Translating text with Azure cognitive services
// http://www.cyotek.com/blog/translating-text-with-azure-cognitive-services
// This work is licensed under the Creative Commons Attribution 4.0 International License.
// To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.
namespace Cyotek.Demo.AzureTranslation
{
static class Program
{
#region Static Methods
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainForm());
}
#endregion
}
}
Donate
This software may be used free of charge, but as with all free software there are costs involved to develop and maintain.
If this site or its services have saved you time, please consider a donation to help with running costs and timely updates.
Donate