IFlowsheetGet Translated String(String, String) Method
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
string GetTranslatedString(
string text,
string locale
)VB
Function GetTranslatedString (
text As String,
locale As String
) As String