Language Constructor
- Last UpdatedMar 17, 2026
- 1 minute read
The Language class includes the methods and properties for instantiating language objects, and for creating and maintaining the language records in the Language table.
Note: The first 100,000 string IDs are reserved for MES internal use.
| Overload | Description |
|---|---|
| Language Constructor() | The Language() method is the constructor for the class. This overload of the method is the default constructor. The fields of objects created with this constructor must be populated by the client by manually setting the properties or by calling a method that populates the object. |
| Language Constructor(Int32,Int32,Int32,String,String,String,String,DateTime) | The Language() method is the constructor for the class. This overload of the method creates a new language object, with all fields initialized according to the supplied input parameters. |
| Language Constructor(DataRow) | The Language() method is the constructor for the class. This overload of the method creates a new language object, with all fields initialized according to the supplied DataRow. |
| Language Constructor(Int32,Int32) | The Language() method is the constructor for the class. This overload of the method creates a new language object, with all fields initialized by copying the values of the specified language record. |