An NDoc Documented Class Library

MsgException.getMessage Method 

Message returned in the specified locale

public string getMessage(
   string languageName
);

Parameters

languageName
The culture info or locale in which the message is returned For the valid value, please refer to http://msdn2.microsoft.com/en-us/library/system.globalization.cultureinfo.aspx

The default value is null, in which the locale defined in the MsgConfig will be used if there is one. Otherwise, the system default locale will be used.

Return Value

A localized message.

See Also

MsgException Class | webMethods.Msg Namespace