C# Class i18n.Domain.Entities.TranslationItem

All the data that one translation one item can contain. Apart from Id (which is the string to translate) and Message (which is the translation) it contains some meta data. This is linked from Translation that ties many of these items together for a complete language
Datei anzeigen Open project: turquoiseowl/i18n Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string