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!

Interface ITranslate

Interface for translating texts based on language information.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface ITranslate
Remarks

If a control supports this interface it will automatically be translated by any page that derives from PageBase in the Page_PreRender event.

Properties

LocalizedText

Used to access the text that should be translated.

Declaration
string LocalizedText { get; set; }
Property Value
Type Description
System.String

Extension Methods