Method | Description | |
---|---|---|
GenerateLangFiles ( ) : void |
Generates English.xml and Bulgarian.xml.
|
|
GenerateNewLangFile ( string sFileName, string sLang, string sAuthor, string sWebsite, string sEmail ) : bool |
Generates a new language file.
|
|
ImportLanguageFile ( string sLangFile ) : void |
Imports a language file.
|
|
InitLanguages ( ) : void |
Inits the languages.
|
|
RapairAllLangFiles ( ) : string |
Repairs all the language files.
|
|
SaveLangFile ( string>.Dictionary |
Generates a new language file.
|
|
ShowPhrases ( int iWhatToShow ) : void |
Shows the phrases in a web browser.
|
|
T ( string phrase ) : string |
Language Translation.
|
Method | Description | |
---|---|---|
CheckLangFile ( ) : void |
Checks the language file.
|
|
LoadLanguageFile ( string sLangFile ) : void |
Loads a language dictionary.
|
|
SaveTextFile ( string sFilePath, string sContent ) : bool |
Saves a text file
|
public static GenerateNewLangFile ( string sFileName, string sLang, string sAuthor, string sWebsite, string sEmail ) : bool | ||
sFileName | string | |
sLang | string | |
sAuthor | string | |
sWebsite | string | |
sEmail | string | |
return | bool |
public static ImportLanguageFile ( string sLangFile ) : void | ||
sLangFile | string | |
return | void |
public static RapairAllLangFiles ( ) : string | ||
return | string |
public static SaveLangFile ( string>.Dictionary |
||
dict | string>.Dictionary | |
sAuthor | string | |
sWebsite | string | |
sEmail | string | |
return | void |
public static ShowPhrases ( int iWhatToShow ) : void | ||
iWhatToShow | int | |
return | void |