FormFlowsheetGetTranslatedString2 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
public string GetTranslatedString2(
	string text,
	string locale
)

Parameters

text  String
The string key to translate.
locale  String
The locale code to use.

Return Value

String
The translated string, or text if not found.

See Also