MessageDlg << mbYes << mbNo Button are Abort and Retry

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
moppelstroppel
Posts: 20
Joined: Tue Oct 05, 2021 1:52 pm

MessageDlg << mbYes << mbNo Button are Abort and Retry

Post by moppelstroppel »

Hello,

if use German I get "Ja" "Nein"
SlLnk->MessageDlg(msg, mtConfirmation, TMsgDlgButtons() << mbYes << mbNo, 0)

If I use another language e.g. French I get "Abort" and "Retry"

Where does the text come from

Thanks
Thomas
isiticov
Site Admin
Posts: 2410
Joined: Thu Nov 21, 2002 3:17 pm

Re: MessageDlg << mbYes << mbNo Button are Abort and Retry

Post by isiticov »

Hello,
Did you setup CommonContainer property of the TsiLangLinked? These values come from Dialogs property of the TsiLang which is used as CommonContainer.
Best regards,
Igor Siticov.
Post Reply