Table of Contents

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

en string

The English text.

cs string

The Czech text.

Properties

Cs

Gets or sets the Czech text.

public string Cs { get; set; }

Property Value

string

En

Gets or sets the English text.

public string En { get; set; }

Property Value

string