Click or drag to resize
AbstractMachineTranslationService.GetTranslationService Method
Dynamically loads the provider from the TranslationServiceInfo object information.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 10.0.0
Syntax
C#
public static AbstractMachineTranslationService GetTranslationService(
	TranslationServiceInfo service,
	string siteName
)

Parameters

service
Type: CMS.TranslationServices.TranslationServiceInfo
TranslationService info object
siteName
Type: System.String
Name of the site (for settings loading)

Return Value

Type: AbstractMachineTranslationService
See Also