VivendoByte.Cloud.Translations
1.0.0
A cloud localization provider for WPF Localize Extension (https://github.com/SeriousM/WPFLocalizationExtension) to automatically translate your WPF user interface using Microsoft, Google or Yandex Translator. The provider requires Internet connection because is cloud-based. You don't need to create and edit localization dictionaries, because every resource (like strings) is translated using cloud services.
You need the right ApiKey depending on which translator is used. If you use Microsoft Translator, you can get it on Azure Portal (https://portal.azure.com/). If you use Google Translator, you can get it on Google Cloud (https://cloud.google.com/).
Install-Package VivendoByte.Cloud.Translations -Version 1.0.0
dotnet add package VivendoByte.Cloud.Translations --version 1.0.0
<PackageReference Include="VivendoByte.Cloud.Translations" Version="1.0.0" />
paket add VivendoByte.Cloud.Translations --version 1.0.0
#r "nuget: VivendoByte.Cloud.Translations, 1.0.0"
// Install VivendoByte.Cloud.Translations as a Cake Addin
#addin nuget:?package=VivendoByte.Cloud.Translations&version=1.0.0
// Install VivendoByte.Cloud.Translations as a Cake Tool
#tool nuget:?package=VivendoByte.Cloud.Translations&version=1.0.0
Dependencies
-
.NETFramework 4.5
- Google.Api.Gax (>= 2.3.0)
- Google.Api.Gax.Rest (>= 2.3.0)
- Google.Apis (>= 1.32.2)
- Google.Apis.Auth (>= 1.32.2)
- Google.Apis.Core (>= 1.32.2)
- Google.Apis.Translate.v2 (>= 1.32.2.875)
- Google.Cloud.Translation.V2 (>= 1.0.0)
- Newtonsoft.Json (>= 11.0.2)
- System.Net.Http (>= 4.3.3)
- WPFLocalizeExtension (>= 3.1.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.