FormFlowsheetGetTranslatedString1 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
public string GetTranslatedString1(
	string text
)

Parameters

text  String
The string key to translate.

Return Value

String
The translated string, or text if not found.

Implements

IFlowsheetGetTranslatedString(String)
IFlowsheetGUIGetTranslatedString(String)

See Also