2007-07-13 21:02:31 UTC
To make a new language available to openpay you must do 2 things:
1) Add a new field into afxtranslate (name it for example sp for spain)of type varchar(255). Do the translation into that table with the help of the english column (uk).
2) You must alter the function trn(long id). Because two available languages (greek and english) are hard coded into that function, I'll make some modification so that you don't have to code anything to add a new language.
You may work on afxtranslate and I'll post an update as soon as possible.