Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ITranslate

Interface for translating texts based on language information.

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