QuestionDlg('Title','Question?', mtCustom, // removes the bitmap [mrYes,'YesOnYourLanguage',mrNo,'NoOnYourLanguage'],0);
lazres resourcefilename somepofile.po
The "proper" way is to use the Translations unit to translate all resources strings from lclstrconsts.pas.See this wiki article.You can add the po-file in question as a Lazarus resource to your program if you want. I have some code for that.Bart