Gets the translation provider configuration for the specified target language. If no specific configuration has been specified for the specified target language, this method returns an empty (not null!) configuration.

Namespace: Sdl.ProjectAutomation.FileBased
Assembly: Sdl.ProjectAutomation.FileBased (in Sdl.ProjectAutomation.FileBased.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public TranslationProviderConfiguration GetTranslationProviderConfiguration(
	Language targetLanguage
)
Visual Basic
Public Function GetTranslationProviderConfiguration ( _
	targetLanguage As Language _
) As TranslationProviderConfiguration
Visual C++
public:
virtual TranslationProviderConfiguration^ GetTranslationProviderConfiguration(
	Language^ targetLanguage
) sealed

Parameters

targetLanguage
Type: Language
The target language for which to get the translation provider configuration.

Return Value

The translation provider configuration for the specified target language. This never returns null.

See Also