FlowsheetBaseGetTranslatedString(String, String) Method

Overload that ignores locale and delegates to GetTranslatedString(String).

Definition

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

Parameters

text  String
The resource key or property path to translate.
locale  String
Unused; reserved for future locale-aware lookup.

Return Value

String
The localised string.

Implements

IFlowsheetGetTranslatedString(String, String)

See Also