Language Constructor()
- Last UpdatedNov 06, 2025
- 1 minute read
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.