Enum TranslateType
Define the type/level of translation to be done by the system.
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public enum TranslateType
Fields
Name | Description |
---|---|
AllControls | Translate all controls that implement ITranslate or has a property named "translate" |
None | No translation of controls. |
OnlyExplicitControls | Only do translation for controls that implement ITranslate |