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

Type Info:

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

LangCode = Application.ActiveProject.ProjectLanguages.ActiveSourceLanguage
Remarks: Returns the local language string if the current source language is a target language of the project or an empty string if the current source language is the source language of the project.
See also:

Class ProjectLanguages | ProjectLanguages.OriginalSourceLanguage

Last Updated: 04/19/04