Class Translation
- Namespace
- SunamoLang.SunamoI18N
- Assembly
- SunamoLang.dll
Data class containing Czech text and its corresponding English translation.
public class Translation
- Inheritance
-
Translation
- Inherited Members
- Extension Methods
Constructors
Translation(string, string)
Initializes a new instance of the Translation class.
public Translation(string en, string cs)
Parameters
Properties
Cs
Gets or sets the Czech text.
public string Cs { get; set; }
Property Value
En
Gets or sets the English text.
public string En { get; set; }