[Lazarus] MessageDLG and localization Win/Linux

2011-08-12 Thread John Landmesser
Hi, same lazarus app, compiled on Windows XP, german localization: Code: MessageDlg('Title', 'Text', mtInformation, [ mbCancel, mbYes, mbNo], 0); You get buttons Captions 'Yes' and 'No' until you add: procedure TForm1.FormCreate(Sender: TObject); var PODirectory, Lang, FallbackLang:

Re: [Lazarus] MessageDLG and localization Win/Linux

2011-08-12 Thread Bart
On 8/12/11, John Landmesser joh...@online.de wrote: procedure TForm1.FormCreate(Sender: TObject); var PODirectory, Lang, FallbackLang: String; begin PODirectory := 'C:\lazarus\lcl\languages\'; //PODirectory := '/home/john1/lazarus/lcl/languages/';

Re: [Lazarus] MessageDLG and localization Win/Linux

2011-08-12 Thread leledumbo
in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-MessageDLG-and-localization-Win-Linux-tp3248991p3249298.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. -- ___ Lazarus mailing list Lazarus