Try our conversational search powered by Generative AI!

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