C# Class TurtleZenTaoLib.Lang

Afficher le fichier Open project: easysoft/zentao_extension

Méthodes publiques

Méthode Description
getLangs ( ) : List

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

getText ( string name ) : string

获取文本国际化值

langProcess ( Control parent ) : void

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

load ( string langName ) : void

加载国际化字库

Method Details

getLangs() public méthode

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

getText() public méthode

获取文本国际化值
public getText ( string name ) : string
name string
Résultat string

langProcess() public méthode

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

load() public méthode

加载国际化字库
public load ( string langName ) : void
langName string
Résultat void