Méthode | Description | |
---|---|---|
GetString ( string stringID, Language langID ) : string | ||
Load ( string filePath ) : void |
Loads the specified file.
|
|
STL ( ) : System.Collections.Generic |
Initializes a new instance of the STL class.
|
|
STL ( string filePath ) : System.Collections.Generic |
Initializes a new instance of the STL class.
|
|
Save ( ) : void |
Saves the file.
|
|
Save ( string filePath ) : void |
Saves the specified file.
|
|
Search ( string stringID ) : string |
Searches for the specified string ID.
|
public GetString ( string stringID, Language langID ) : string | ||
stringID | string | |
langID | Language | |
Résultat | string |
public Load ( string filePath ) : void | ||
filePath | string | The file path. |
Résultat | void |
public STL ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public STL ( string filePath ) : System.Collections.Generic | ||
filePath | string | The file path. |
Résultat | System.Collections.Generic |
public Save ( string filePath ) : void | ||
filePath | string | The file path. |
Résultat | void |
public Search ( string stringID ) : string | ||
stringID | string | The string ID. |
Résultat | string |