CLanguages Constant
Definition
Available languages in this project as an array of 2 letters language ISO code strings.
Delphi
const CLanguages: array[0..2] of string
Value
array[0..2] of string
Remarks
To define the languages list by code, fill the global variable "GLanguages". By default it will contain the same values than "CLanguages". If you don't use default language selection, translation or options dialog, ignore this constant.