127 packages tagged with “Translate”
Public preview release of Amazon Translate and the Amazon Translate Developer Guide. For more information, see the Amazon Translate Developer Guide.
Recommended Google client library to access the Translate v2 API. It wraps the Google.Apis.Translate.v2 client library, making common operations simpler in client code. The Translate API translates text from one language to another.
A cross-platform .NET implementation of the GNU/Gettext library.
Recommended Google client library to access the Translate v3 API. The Translate API translates text from one language to another.
Globalize provides number formatting and parsing, date and time formatting and parsing, currency formatting, message formatting (ICU message format pattern), and plural support. Globalize is based on the Unicode Consortium's Common Locale Data Repository (CLDR), the largest and most extensive standard repository of locale data available. CLDR is constantly updated and is used by many large applications and operating systems, so you'll always have access to the most accurate and up-to-date locale data.
Google Places, Maps, Roads, Search and Translate. Requests and Responses are complete with Google api documentation and references.
A .NET Standard implementation of the GNU Gettext library.
For localization using ResourceManager.
Amazon Translate Client for the AWS SDK for C++. AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS). It is meant to be performant and fully functioning with low- and high-level SDKs, while minimizing dependencies and providing platform portability (Windows, OSX, Linux, and mobile).
This packages translats oData query to CosmosDB (DocumentDB). For more information about the usage check the project site please.
Redistributable components for package 'AWSSDKCPP-Translate'. This package should only be installed as a dependency. (This is not the package you are looking for).
CodePorting.Translator Cs2Cpp is a framework to automatically port code from C# to C++. The translated code can be compiled using Visual Studio, GCC or Clang and can run on Windows, Linux and MacOS. This package features an API used to emulate .Net calls from the translated code.
A tool that helps you generate translated .cshtml files and resources files for ASP.NET Core App.
API for free text translation using Google translate
Provides support of plural rule compilation to the IL bytecode.
Locale.CLI is a powerful cross-platform command-line tool for managing localization files. Features include: scan (detect missing/orphan keys), diff (compare files), check (validate rules), convert (transform formats), generate (create skeleton files), watch (monitor changes), and translate (auto-translate using Google, DeepL, Bing, Yandex, LibreTranslate, OpenAI, Claude, Gemini, Azure OpenAI, or Ollama).
Convertir tipo de datos: * DataTable a objetos, listas, string, etc. * DataReader a objetos, listas, DataTable, DataSet, etc. * Listas a DataTable, DataReader, etc. * StringXml a objeto, DataSet. * byte[] a FromBase64String seguro. Obtener ContentType de archivos
Translates WinForm text (e.g. text in forms and menu items) into a different language (e.g. from English to French)
Currently it supports below query mappings: primitive: field => c.field parent/child => c.parent.child Namespace.EnumType'enumVal' => 'enumVal' queries: $select => SELECT $filter => WHERE $top => TOP $orderby => ORDER BY functions: contains(field,'value') => CONTAINS(c.field,'value') startswith(field,'value') => STARTSWITH(c.field,'value') endswith(field,'value') => ENDSWITH(c.field,'value') toupper(field) => UPPER(c.field) tolower(field) => LOWER(c.field) length(field) => LENGTH(c.field) indexof(field,'value') => INDEX_OF(c.field,'value') substring(field,idx1,idx2) => SUBSTRING(c.field,idx1,idx2) trim(field) => LTRIM(RTRIM(c.englishName)) concat(field,'value') => CONCAT(c.englishName,'value')
SecondLanguage lets you use Gettext files in .NET without a lot of hassle. It can read and write both .mo and .po, and fully supports message contexts and plural forms. A C-style printf formatter is included so you don't have to use .NET-specific translations.
CognitiveServices Translator Client for the V3 of the API.
Extracts string from .NET solutions and projects for GetText Catalog template files (.pot).
Fluent sync/async translation via LibreTranslate
翻译服务aspnetcore扩展 新增文件夹配置服务 更新到.NET6
Currently it supports below query mappings: primitive: field => c.field parent/child => c.parent.child Namespace.EnumType'enumVal' => 'enumVal' queries: $select => SELECT $filter => WHERE $top => TOP $orderby => ORDER BY functions: Items/any(a: a/field op 'value') => SELECT value c FROM c JOIN a IN c.Items WHERE a.field op 'value' contains(field,'value') => CONTAINS(c.field,'value') startswith(field,'value') => STARTSWITH(c.field,'value') endswith(field,'value') => ENDSWITH(c.field,'value') toupper(field) => UPPER(c.field) tolower(field) => LOWER(c.field) length(field) => LENGTH(c.field) indexof(field,'value') => INDEX_OF(c.field,'value') substring(field,idx1,idx2) => SUBSTRING(c.field,idx1,idx2) trim(field) => LTRIM(RTRIM(c.englishName)) concat(field,'value') => CONCAT(c.englishName,'value')
WPF matrix extensions.
NET library for Yandex.Translate web service (http://api.yandex.ru/translate), used for text translation.
Package Description
A .NET library to easily and customizably convert a list of data to a DataTable