GroupLanguage Object (IGroupLanguage Interface)
This object represents a language composed of several simple languages. Actually it is a group of languages.
Properties
Name | Type | Description |
---|---|---|
Count | Integer, read-only | Stores the number of simple languages in the group. |
Element | Language, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
Add | Adds a language to the group. |
Delete | Deletes a language from the group. |
Item | Provides access to a single language in the group. |
Related objects
Output parameter
This object is the output parameter of the AsGroupLanguage method of the Language object.
See also
8/15/2023 1:19:30 PM