-
-
Returns any Language in the collection.
-
-
Displays the number of elements in the Language.
-
-
Returns every Language in the collection.
-
-
Returns the first Language in the collection.
-
-
Returns the Language with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Language with the specified ID.
-
-
Returns the Language with the specified name.
-
-
Returns the Languages within the specified range.
from
|
The Language, index, or name at the beginning of the range. Can accept: Language, Long Integer or String.
|
to
|
The Language, index, or name at the end of the range. Can accept: Language, Long Integer or String.
|
-
-
Returns the last Language in the collection.
-
-
Returns the middle Language in the collection.
-
-
Returns the Language whose index follows the specified Language in the collection.
obj
|
Language
The Language whose index comes before the desired Language.
|
-
-
Returns the Language with the index previous to the specified index.
obj
|
Language
The index of the Language that follows the desired Language.
|
-
-
Generates a string which, if executed, will return the Language.