Form FlowsheetGet Translated String 1 Method
Looks up text sequentially in the localised strings, property names, and tip strings tables, returning the first match or the original text.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
The translated string, or text if not found.
IFlowsheetGUIGetTranslatedString(String)
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public string GetTranslatedString1(
string text
)VB
Public Function GetTranslatedString1 (
text As String
) As StringParameters
- text String
- The string key to translate.
Return Value
StringThe translated string, or text if not found.
Implements
IFlowsheetGetTranslatedString(String)IFlowsheetGUIGetTranslatedString(String)