Class Translation
Class representing a translation of a message (Status API).
Inheritance
System.Object
Translation
Namespace:RiotSharp.StatusEndpoint
Assembly:RiotSharp.dll
Syntax
public class Translation : object
Properties
Content
Translated content of the message.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Locale
Language in which the translation was done.
Declaration
public Language Locale { get; set; }
Property Value
Type | Description |
---|---|
Language |
UpdatedAt
Date at which point the translation was last updated.
Declaration
public DateTime UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |