C# Class ResourceLib.Method.StringResource

StringResource
Datei anzeigen Open project: magicdict/MongoCola

Public Properties

Property Type Description
LanguageType string
StringDic string>.Dictionary

Public Methods

Method Description
InitLanguage ( string languageFileName ) : void

字符资源

SetItem ( string PreTag, XmlNode node ) : void

递归遍历

Method Details

InitLanguage() public static method

字符资源
public static InitLanguage ( string languageFileName ) : void
languageFileName string 当前语言文件
return void

SetItem() public static method

递归遍历
public static SetItem ( string PreTag, XmlNode node ) : void
PreTag string
node System.Xml.XmlNode
return void

Property Details

LanguageType public_oe static_oe property

语种
public static string LanguageType
return string

StringDic public_oe static_oe property

国际化文字字典
public static Dictionary StringDic
return string>.Dictionary