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

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

Parameters

service
Type: CMS.TranslationServicesTranslationServiceInfo
TranslationService info object
siteName
Type: SystemString
Name of the site (for settings loading)

Return Value

Type: AbstractHumanTranslationService
See Also