Click or drag to resize
TranslationCultureMappingDirectionEnum Enumeration
Enumeration for the direction of culture mapping

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public enum TranslationCultureMappingDirectionEnum
Members
  Member nameValueDescription
SystemToService0 Mapping from system to translation service
ServiceToSystem1 Mapping from translation service to the system
See Also