Define the type/level of translation to be done by the system.
Namespace:
EPiServerAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public enum TranslateType |
Members
| Member name | Description | |
|---|---|---|
| None |
No translation of controls.
| |
| OnlyExplicitControls |
Only do translation for controls that implement ITranslate
| |
| AllControls |
Translate all controls that implement ITranslate or has a property named "translate"
|