Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmAppDesktop.MessageBox
Message
From
14/06/2006 04:26:23
Ralph Rutschmann
Anwendungsentwicklung
Stuttgart, Germany
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
MmAppDesktop.MessageBox
Miscellaneous
Thread ID:
01128914
Message ID:
01128914
Views:
59
Hello Kevin,
DialogResult dr = mmAppDesktop.MessageBox.Show("Do you want to close the application?",
               this.Text, MessageBoxButtons.YesNo, MessageBoxIcon.Question), 
               MessageBoxDefaultButton.Button1);
gives buttons with text in english under a german XP Home. If you delete the last parameter:
DialogResult dr = mmAppDesktop.MessageBox.Show("Do you want to close the application?",
               this.Text, MessageBoxButtons.YesNo, MessageBoxIcon.Question);
the text of the buttons is in german as he should, under a german XP, right?

All other is working as expected, "Do you want..." gets translated correctly.

TIA and best regards,

Ralph
Reply
Map
View

Click here to load this message in the networking platform