Additional Topics Changing the default language

Inside the fpg_constants.pas unit there are a few commented language defines. If no language specific Define is set, then fpGUI defaults to the English language. So say you want to change the default language to German, simply uncomment the de define, and recompile fpGUI.

Here is a list of current supported languages and their commented defines as they appear in the fpg_constants unit.

{.$DEFINE de} // German {.$DEFINE ru} // Russian {.$DEFINE fr} // French {.$DEFINE pt} // Portuguese (Brazil) {.$DEFINE af} // Afrikaans {.$DEFINE it} // Italian {.$DEFINE es} // Spanish