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