TranslationServiceInfoProvider.GetTranslationServiceInfoInternal Method (String) |
Returns translation service with specified name.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax protected virtual TranslationServiceInfo GetTranslationServiceInfoInternal(
string serviceName
)
Parameters
- serviceName
- Type: System.String
Translation service name.
Return Value
Type:
TranslationServiceInfoSee Also