Click or drag to resize
TranslationServiceInfoProviderGetTranslationServiceInfo Method (String)

Note: This API is now obsolete.

Returns translation service with specified name.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ITranslationServiceInfoProvider.Get(string) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - TranslationServiceInfo.Provider.")]
public static TranslationServiceInfo GetTranslationServiceInfo(
	string serviceName
)

Parameters

serviceName
Type: SystemString
Translation service name.

Return Value

Type: TranslationServiceInfo
See Also