Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The language information for a project.
Object.VersionLanguage[ = nLanguage]
Property Values
nLanguage
Specifies the language ID for a project. FOXPRO.H contains a listing of the values for the primary and sub-language IDs that can be combined to create a valid language ID. For example, the following code sets the VersionLanguage to United States English (0x09 specifies English, 0x0400 specifies United States English) for the current project:Application.ActiveProject.VersionLanguage = 0x09 + 0x0400
Remarks
The VersionLanguage property corresponds to the value of the Language ID item in the EXE Version dialog box.
See Also
AGETFILEVERSION( ) | VersionComments Property | VersionCompany Property | VersionCopyright Property | VersionDescription Property | VersionNumber Property | VersionProduct Property | VersionTrademarks Property
Applies To: Project Object