London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ITranslateFormat

Interface for translating texts based on language information.

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