[Gambas-user] How to make strings translatable

Matti math.eber at ...221...
Mon Jul 26 22:23:00 CEST 2010


Hi List,

I don't understand this:
If I have a string like
IF Message.Warning("The file " & aFiles[i] & " will be deleted.", "OK",
"Cancel") = 2 THEN RETURN
How should I mark it to be translated?
If I use
IF Message.Warning(("The file ") & aFiles[i] & (" will be deleted."), "OK",
("Cancel")) = 2 THEN RETURN
there are two strings to be translated, and the togetherness is lost.

Thanks
Matti




More information about the User mailing list