C# Class TurtleZenTaoLib.Lang

Mostra file Open project: easysoft/zentao_extension

Public Methods

Method Description
getLangs ( ) : List

查找当前的DLL路径下的语言包

getText ( string name ) : string

获取文本国际化值

langProcess ( Control parent ) : void

处理控件内部的文本语言国际化

load ( string langName ) : void

加载国际化字库

Method Details

getLangs() public method

查找当前的DLL路径下的语言包
public getLangs ( ) : List
return List

getText() public method

获取文本国际化值
public getText ( string name ) : string
name string
return string

langProcess() public method

处理控件内部的文本语言国际化
public langProcess ( Control parent ) : void
parent System.Windows.Forms.Control
return void

load() public method

加载国际化字库
public load ( string langName ) : void
langName string
return void