Returns the languages of the project as a collection of "ProjectLanguage" objects.

Type Info:

ProjectLanguages As ProjectLanguages
Example:
Dim Projs As TranslationProjects
Dim Proj As TranslationProject
Dim ProjLangs As ProjectLanguages

Set Projs = Application.Workspace.TranslationProjects
Set Proj = Projs.Item(1)

Set ProjLangs = Proj.ProjectLanguages
Remarks: Read-only property.

See also:

Class TranslationProject

Last Updated: 04/27/05