Click or drag to resize
ILocalizeTranslate Method (RelativeTime, Int32, Boolean, Boolean)
Localize RelativeTime. This is meant to emulate how MomentJs allows localization of RelativeTime

Namespace: MomentSharp.Globalization
Assembly: MomentSharp (in MomentSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string Translate(
	RelativeTime relativeTime,
	int number,
	bool showSuffix,
	bool isFuture
)

Parameters

relativeTime
Type: MomentSharp.GlobalizationRelativeTime
RelativeTime
number
Type: SystemInt32
Difference amount
showSuffix
Type: SystemBoolean
Should suffix? e.g. "ago"
isFuture
Type: SystemBoolean
Difference is in the future or not. e.g. Yesterday vs Tomorrow

Return Value

Type: String
Localized realtive time e.g.: 5 seconds ago
See Also