A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface ITranslate

Interface for translating texts based on language information.

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