Form FlowsheetGet Translated String Method
Returns the translation of text for the specified locale, falling back to the original string if no translation is found.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
IFlowsheetGUIGetTranslatedString(String, String)
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public string GetTranslatedString(
string text,
string locale
)VB
Public Function GetTranslatedString (
text As String,
locale As String
) As StringParameters
Return Value
StringImplements
IFlowsheetGetTranslatedString(String, String)IFlowsheetGUIGetTranslatedString(String, String)