Flowsheet Base_translatefunction Field
Optional translation function used to localize strings returned by GetTranslatedString(String).
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
protected Func<string, string> _translatefunctionVB
Protected _translatefunction As Func(Of String, String)