|
|
|
Public Member Functions | |
| LanguageReader (string langpath) | |
| Creates new language reader. | |
| string | readPluginField (string xpath) |
| Reads language field. | |
Static Public Member Functions | |
| static string | getText (string xpath) |
| Gets text from system language file. | |
| static bool | readLang (string language) |
| Reads system language file. | |
Static Public Attributes | |
| static XmlDocument | xmldoc |
| Language XML document. | |
| centrafuse.Plugins.LanguageReader.LanguageReader | ( | string | langpath | ) |
Creates new language reader.
| langpath | Path to language file. |
| string centrafuse.Plugins.LanguageReader.readPluginField | ( | string | xpath | ) |
Reads language field.
| xpath | Field xpath. |
| static string centrafuse.Plugins.LanguageReader.getText | ( | string | xpath | ) | [static] |
Gets text from system language file.
| xpath | Field xpath. |
| static bool centrafuse.Plugins.LanguageReader.readLang | ( | string | language | ) | [static] |
Reads system language file.
| language | Path to language file. |
XmlDocument centrafuse.Plugins.LanguageReader.xmldoc [static] |
Language XML document.
| Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) |
|