C# 클래스 embroideryReader.Translation

파일 보기 프로젝트 열기: njcrawford/EmbroideryReader 1 사용 예제들

공개 메소드들

메소드 설명
GetAvailableTranslations ( ) : String>>.List
GetTranslatedString ( StringID sid ) : String
IsComplete ( ) : bool
Load ( String translationName ) : void
Translation ( String name ) : System

비공개 메소드들

메소드 설명
GetBasePath ( ) : string

메소드 상세

GetAvailableTranslations() 공개 메소드

public GetAvailableTranslations ( ) : String>>.List
리턴 String>>.List

GetTranslatedString() 공개 메소드

public GetTranslatedString ( StringID sid ) : String
sid StringID
리턴 String

IsComplete() 공개 메소드

public IsComplete ( ) : bool
리턴 bool

Load() 공개 메소드

public Load ( String translationName ) : void
translationName String
리턴 void

Translation() 공개 메소드

public Translation ( String name ) : System
name String
리턴 System