Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

LanguageCode property

Project: Version Information Component

Unit: PJVersionInfo

Class: TPJVersionInfo

Applies to: ~>3.0

property LanguageCode: WORD;

Description

LanguageCode is a read only property that returns the language code associated with the current translation.

If the current file has no version information then 0 is returned. To get a description of the language use the Language property instead.

See the langID section of the VERSIONINFO resource documentation.