LanguageInfo Class
This structure contains the details of the language used in the message.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonLanguageInfo

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class LanguageInfo

The LanguageInfo type exposes the following members.

Fields
NameDescription
Public fieldlanguageId
The ID of the language associated with the message.
Public fieldname
The name of the language associated with the message.
Top
See Also