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