Returns the "ProjectLanguages" collection.

Type Info:

Parent As ProjectLanguages
Example:
Dim Lang As ProjectLanguage
Dim Langs As ProjectLanguages

Set Lang = Application.ActiveProject.ProjectLanguages.Item(1)
Set Langs = Lang.Parent
See also:

Class ProjectLanguage

Last Updated: 04/27/05