Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MmAppDesktop.MessageBox
Message
De
14/06/2006 04:26:23
Ralph Rutschmann
Anwendungsentwicklung
Stuttgart, Allemagne
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
MmAppDesktop.MessageBox
Divers
Thread ID:
01128914
Message ID:
01128914
Vues:
65
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
Répondre
Fil
Voir

Click here to load this message in the networking platform