Click or drag to resize
TranslationServiceInfoProviderSetTranslationServiceInfo Method
Sets (updates or inserts) specified translation service.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public static void SetTranslationServiceInfo(
	TranslationServiceInfo serviceObj
)

Parameters

serviceObj
Type: CMS.TranslationServicesTranslationServiceInfo
Translation service to be set.
See Also