London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum TranslateType

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

Namespace: EPiServer
Assembly: EPiServer.dll
Version: 10.10.4
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