Returns the active target language of the project or sets it.

Type Info:

ActiveTargetLanguage As String
Example:
Dim Lang As ProjectLanguage
Dim LangCode As String

LangCode = Application.ActiveProject.ProjectLanguages.ActiveTargetLanguage
See also:

Class ProjectLanguages

Last Updated: 03/10/04