Interface ITranslate
Interface for translating texts based on language information.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface ITranslateRemarks
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 | 
