"Ann & Jason Edmeades" us@edmeades.me.uk writes:
/* Load the translated 'Are you sure' message */
LoadString (hinst, WCMD_YESORN, buffer, sizeof(buffer));
/* Loop waiting on a Y or N */
while (answer[0] != 'Y' && answer[0] != 'N') {
Making the message translatable is good, but the Y/N answers need to be translatable too...