Languages
A collection of languages.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Language.
Language item( Mixed index )
Returns the Language with the specified index or name.
Parameters
Language itemByName( String name )
Returns the Language with the specified name.
Parameters
Language itemByID( Number id )
Returns the Language with the specified ID.
Parameters
Language itemByRange( Mixed from, Mixed to )
Returns the Languages within the specified range.
Parameters
Language firstItem()
Returns the first Language in the collection.
Language lastItem()
Returns the last Language in the collection.
Language middleItem()
Returns the middle Language in the collection.
Language previousItem( Language obj )
Returns the Language with the index previous to the specified index.
Parameters
Language nextItem( Language obj )
Returns the Language whose index follows the specified Language in the collection.
Parameters
Language anyItem()
Returns any Language in the collection.
Language everyItem()
Returns every Language in the collection.
String toSource()
Generates a string which, if executed, will return the Language.
Language []( Number index )
Returns the Language with the specified index.