C# Class embroideryReader.Translation

Mostrar archivo Open project: njcrawford/EmbroideryReader Class Usage Examples

Public Methods

Method Description
GetAvailableTranslations ( ) : String>>.List
GetTranslatedString ( StringID sid ) : String
IsComplete ( ) : bool
Load ( String translationName ) : void
Translation ( String name ) : System

Private Methods

Method Description
GetBasePath ( ) : string

Method Details

GetAvailableTranslations() public method

public GetAvailableTranslations ( ) : String>>.List
return String>>.List

GetTranslatedString() public method

public GetTranslatedString ( StringID sid ) : String
sid StringID
return String

IsComplete() public method

public IsComplete ( ) : bool
return bool

Load() public method

public Load ( String translationName ) : void
translationName String
return void

Translation() public method

public Translation ( String name ) : System
name String
return System