C# Class TPConfAddin.GlobalResourceClass

国际化资源获取
Mostra file Open project: eSDK/esdk_OutlookPlugin

Public Methods

Method Description
Is64BitnessOutlook ( ) : bool
IsOutLook2013 ( ) : bool
getLanguage ( ) : string
getMsg ( string MsgId ) : string
getMsg ( string MsgId, int number ) : string

Private Methods

Method Description
GetOfficeLanguage ( string officeVersion ) : int

从注册表获取office版本

Method Details

Is64BitnessOutlook() public static method

public static Is64BitnessOutlook ( ) : bool
return bool

IsOutLook2013() public static method

public static IsOutLook2013 ( ) : bool
return bool

getLanguage() public static method

public static getLanguage ( ) : string
return string

getMsg() public static method

public static getMsg ( string MsgId ) : string
MsgId string
return string

getMsg() public static method

public static getMsg ( string MsgId, int number ) : string
MsgId string
number int
return string