C# (CSharp) i18n.Domain.Entities Namespace

Classes

Name Description
Language Keeps all information about a language that can be handy when listing languages.
ReferenceContext
TemplateItem Template items are only used to keep track of the strings needing translation in any given project and for then updating the translations and translationItems with this data. You should never need to work with TemplateItem unless you work with finding nuggets and updating the template file.
Translation Holds a complete translation in any one language. The template (TemplateItems) will have told the language which id's/strings that needs translation.
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