Alistair Leslie-Hughes leslie_alistair@hotmail.com writes:
@@ -25,6 +25,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT STRINGTABLE { IDS_CANCELLING "Canceling..."
- IDS_REMAINING1 "%u %s remaining"
- IDS_REMAINING2 "%u %s and %u %s remaining"
That sort of thing should be done with FormatMessage() and %1,%2 formats to enable proper translation.