Méthode | Description | |
---|---|---|
Engine ( |
Initialise the engine by adding all the formats.
|
|
GetItemLanguageArchive ( |
Get the item language archive, which contains the ItemArchiveId StringArchives.
|
|
GetLanguageId ( System.Language language ) : string |
Get a language id value.
|
|
GetStringArchive ( |
Get the string archive from the ItemArchiveId.
|
|
GetTranslation ( string text, string defaultValue = null ) : string |
Attempt to translate a Japanese phrase in the data files into English.
|
public static GetItemLanguageArchive ( |
||
baseArchive | ||
language | System.Language | |
Résultat |
public static GetLanguageId ( System.Language language ) : string | ||
language | System.Language | |
Résultat | string |
public static GetStringArchive ( |
||
baseArchive | ||
id | ItemArchiveId | |
language | System.Language | |
Résultat |
public static GetTranslation ( string text, string defaultValue = null ) : string | ||
text | string | |
defaultValue | string | |
Résultat | string |