TPNGImage help

TPNGImage

Translating the library


As the previous version, the new TPNGImage is translate ready to adapt to any language. To translate, edit the file pnglang.pas located in the same directory as pngimage.pas and feel free to change anything.

There are some triggers to make the translation easier, just comment the triggers for the languages you don't want and leave the trigger for the language you want. For instance, if you want English instead of Portuguese, change {$DEFINE Portuguese} to {.$DEFINE Portuguese} and then {.$DEFINE English} to {$DEFINE English}.