Form FlowsheetGet Translated String 2 Method
Looks up text in the localised strings and property names tables for the specified locale, 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.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public string GetTranslatedString2(
string text,
string locale
)VB
Public Function GetTranslatedString2 (
text As String,
locale As String
) As StringParameters
Return Value
StringThe translated string, or text if not found.