Click or drag to resize
TranslationServiceInfoProviderGetTranslationServiceInfo Method (String)
Returns translation service with specified name.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static TranslationServiceInfo GetTranslationServiceInfo(
	string serviceName
)

Parameters

serviceName
Type: SystemString
Translation service name.

Return Value

Type: TranslationServiceInfo
See Also