Try our conversational search powered by Generative AI!

Enum TranslateType

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

Namespace: EPiServer
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
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

Extension Methods