Skip to main content
A newer version of this page is available. .

ITranslatorProvider Members

Declares members implemented by classes representing translation providers, which can be used in the Localization Tool.

Properties

Name Description
Caption Gets the name of a custom translation provider.
Description Gets the short description of the provider displayed in the translation window.

Methods

Name Description
GetLanguages() Returns the list of culture codes, for which translations are possible.
Translate(String[], String, String) Performs the translation of the specified texts.

Events

Name Description
TranslationProgressChanged Occurs when it is required to update the progress bar displayed when the translation is performed.
See Also