VersionLanguage Property

The language information for a project.

Object.VersionLanguage[ = nLanguage]

Return Value

  • 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

Applies To: Project Object

The VersionLanguage property corresponds to the value of the Language ID item in the EXE Version dialog box.

See Also

Reference

AGETFILEVERSION( ) Function
VersionComments Property
VersionCompany Property
VersionCopyright Property
VersionDescription Property
VersionNumber Property
VersionProduct Property
VersionTrademarks Property

Other Resources

Properties (Visual FoxPro)
Language Reference (Visual FoxPro)