JavaScript Editor js editor     Web development 



Main Page

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:
В Copy Code
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



JavaScript Editor js editor     Web development