Define the type/level of translation to be done by the system.

Namespace:  EPiServer
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public enum TranslateType

Members

Member nameDescription
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"

See Also