Returns the translation status of the project file.

Type Info:

TranslationStatus As Long
Example:
Dim ProjFile As ProjectFile

Set ProjFile = Application.ActiveProjectFile

MsgBox "Translation Status: " & ProjFile.TranslationStatus
Remarks: Read-only property.

See also:

Class ProjectFile

Last Updated: 03/11/04