Page 1 of 1

FWSetLanguage(4)

PostPosted: Sun Nov 04, 2018 12:21 pm
by Euclides
Hi,
In the program source\function\strings.prg, the line:

{ "Move Down", "Mover abajo", "Déplacer vers le bas", "Mover para cima" ,"Abwärts bewegen","Muovi in giu" },;

should be:

{ "Move Down", "Mover abajo", "Déplacer vers le bas", "Mover para baixo" ,"Abwärts bewegen","Muovi in giu" },;

By the way: what would be the easiest way to fix this in the compilatoin?
Or I will have to include the corrected STRINGS.PRG in my programs list.
Regards
Euclides

Re: FWSetLanguage(4)

PostPosted: Tue Nov 06, 2018 10:12 am
by Antonio Linares
Euclides,

Fixed for next FWH version, many thanks

To quickly fix it do this:

FWSaveStrings() // this will create a "fwstrings.ini" file

// modify "fwstrings.ini"

FWLoadStrings() // this will load "fwstrings.ini"

We could simplify this but we need a new FWH function to return the used aStrings, so it can be modified