AmpTimeagoLocale Property |
By default, the local is set to en; however, you can specify other locales.
See full list of supported locales https://amp.dev/documentation/components/amp-timeago/?format=email
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Locale { get; set; }
Public Property Locale As String
Get
Set
public:
property String^ Locale {
String^ get ();
void set (String^ value);
}
member Locale : string with get, set
Property Value
Type:
String
See Also