Click or drag to resize
ITranslationProviderWinFormsUI Interface
This interface should be implemented by translation provider implementers in order to provide user interface functionality in SDL Trados Studio specific to that type of translation provider. Implementation of this interface should be marked up with the TranslationProviderWinFormsUiAttribute attribute for registration it with the plug-in manager.

Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi (in Sdl.LanguagePlatform.TranslationMemoryApi.dll) Version: 1.6.0.0 (1.14.4157.0)
Syntax
public interface ITranslationProviderWinFormsUI

The ITranslationProviderWinFormsUI type exposes the following members.

Properties
  NameDescription
Public propertySupportsEditing
Determines whether this supplied translation provider can be edited (i.e. whether any settings can be changed).
Public propertyTypeDescription
Gets the type description of the factory; e.g. "A plug-in provider to use Language Weaver machine translation engines."
Public propertyTypeName
Gets the type name of the factory; e.g. "Language Weaver Translation Provider"
Top
Methods
  NameDescription
Public methodBrowse
Displays a dialog to interactively browse for one or more translation providers.
Public methodEdit
Displays a dialog to interactively change any of the translation provider settings.
Public methodGetCredentialsFromUser
Gets the credentials from the user and puts these credentials in the credential store.
Public methodGetDisplayInfo
Gets display information for the specified translation provider.
Public methodSupportsTranslationProviderUri
Returns true if this component supports the specified translation provider URI.
Top
See Also
Community
Edit

Be the first to Edit the community content of this topic.
Comments