C# Class embroideryReader.Translation

Afficher le fichier Open project: njcrawford/EmbroideryReader Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetBasePath ( ) : string

Method Details

GetAvailableTranslations() public méthode

public GetAvailableTranslations ( ) : String>>.List
Résultat String>>.List

GetTranslatedString() public méthode

public GetTranslatedString ( StringID sid ) : String
sid StringID
Résultat String

IsComplete() public méthode

public IsComplete ( ) : bool
Résultat bool

Load() public méthode

public Load ( String translationName ) : void
translationName String
Résultat void

Translation() public méthode

public Translation ( String name ) : System
name String
Résultat System