For the complete documentation index, see llms.txt. This page is also available as Markdown.

Translation

The Translation component adds language translation capabilities to any Wisej.NET application. It uses Yandex, Google, Bing, or a custom defined provider (Google and Bing are not yet implemented – only Yandex is currently supported). The component accepts any text and fires an event on the server when the translation is completed.

Translation Source Code

Code Example

This will translate "hello how are you doing friend" from English (en) to German (de). The result is stored in the variable TR.

How to Use

The Translation extension can be added to a Wisej.NET project using NuGet Package Manager.

Last updated

Was this helpful?