Translation
Wisej.Ext.Translation.Translation
Last updated
Was this helpful?
Wisej.Ext.Translation.Translation
Last updated
Was this helpful?
Namespace: Wisej.Ext.Translation
Assembly: Wisej.Ext.Translation (3.2.0.0)
The Translation component interfaces with several third party translation providers to provide language translation services to the application.
Initializes a new instance of the class.
Initializes a new instance of the class together with the specified container.
container
: The client-id for the provider.
Translates the text to the requested language.
text
The text to translate.
from
The source language ("en", "de", ...) or null/empty to ask the provider to autodetect the source language.
to
The target language ("en", "de", ...)
text
The text to translate.
from
The source language ("en", "de", ...) or null/empty to ask the provider to auto detect the source language.
to
The target language ("en", "de", ...)
resultCallback
Callback method that will receive the TranslationResult when ready.
A that represents the container for the component.
: The secret client-key or api-key for the provider.
: Returns or sets the translation provider implementation.
: Returns or sets the type of the translation provider.
Returns: .
Invokes the translation service provider asynchronously and returns the result of the request in an instance of the class.