FlowsheetBaseGetTranslatedString(String) Method

Looks up a localised string by key, searching flowsheet string resources first, then property name resources. Falls back to the original key if no translation is found.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public string GetTranslatedString(
	string text
)

Parameters

text  String
The resource key or property path to translate.

Return Value

String
The localised string, or text if no translation exists.

Implements

IFlowsheetGetTranslatedString(String)

See Also