C# 클래스 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
파일 보기 프로젝트 열기: turquoiseowl/i18n 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string