Need help with this.
Gett error message Variable Translation already defined on this row:
function Translation(const string language){
I use Foa template v2 and ags 2.71. I have fixed all the other problems but I cant get passed this one. Should I remove the translate function altogether?
/Calle
You'll have to rename your function. Just call it "myTranslation" or something like that.
Ok, thx that's what I thought... :)