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 ITranslateFormat

Summary description for ITranslateFormat.

Inherited Members
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public interface ITranslateFormat : ITranslate

Properties

StringFormatObjects

Set object references if the localized text is a format string with "{n}" style instructions.

Declaration
object[] StringFormatObjects { get; set; }
Property Value
Type Description
System.Object[]
Remarks

Simply return null from the getter if no object references are set.

Extension Methods