.NET Framework Class Library
Messages.LookUp Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Messages Class > Messages Methods >

.NET Framework Class Library
Messages.LookUp Method

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 _
As String

C#

public string LookUp(

 string voice
)

Visual C++

public:

StringLookUp(
 Stringvoice
)

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

Messages Class

Messages Members

MwPDMApi Namespace