.NET Framework Class Library
Messages.LookUp Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Messages Class > Messages Methods > .NET Framework Class Library |
Retrieve localized version of a message or database field or table.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function LookUp ( _ voice As String _ |
C# |
|---|
public string LookUp( string voice |
Visual C++ |
|---|
public: String^ LookUp( |
JavaScript |
|---|
function lookUp(voice); |
Parameters
voice
Type: System.String
string value (key)
Return Value
localized string
Remarks
It reads the messages added to the MwPDM directory as .msg files.
See Also