C# Class TPConfAddin.GlobalResourceClass

国际化资源获取
Afficher le fichier Open project: eSDK/esdk_OutlookPlugin

Méthodes publiques

Méthode Description
Is64BitnessOutlook ( ) : bool
IsOutLook2013 ( ) : bool
getLanguage ( ) : string
getMsg ( string MsgId ) : string
getMsg ( string MsgId, int number ) : string

Private Methods

Méthode Description
GetOfficeLanguage ( string officeVersion ) : int

从注册表获取office版本

Method Details

Is64BitnessOutlook() public static méthode

public static Is64BitnessOutlook ( ) : bool
Résultat bool

IsOutLook2013() public static méthode

public static IsOutLook2013 ( ) : bool
Résultat bool

getLanguage() public static méthode

public static getLanguage ( ) : string
Résultat string

getMsg() public static méthode

public static getMsg ( string MsgId ) : string
MsgId string
Résultat string

getMsg() public static méthode

public static getMsg ( string MsgId, int number ) : string
MsgId string
number int
Résultat string