Flowsheet BaseGet Translated String(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
The localised string.
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public string GetTranslatedString(
string text,
string locale
)VB
Public Function GetTranslatedString (
text As String,
locale As String
) As StringParameters
- text String
- The resource key or property path to translate.
- locale String
- Unused; reserved for future locale-aware lookup.
Return Value
StringThe localised string.