Returns the source language of the subfile.

Type Info:

SourceLanguage As String
Example:
Dim SubFile As SubFile
Dim SrcLang As String

Set SubFile = Application.ActiveProjectFile.SubFiles(1)
SrcLang = SubFile.SourceLanguage
Remarks: Read-only property.

See also:

Class SubFile

Last Updated: 03/10/04