Enum TranslateType
Define the type/level of translation to be done by the system.
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 7.19.2Syntax
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 |