I want to make multilingual buttons, like those of the messagebuttons. I have a form with a cancel-button, but I want to have a multilingual text. For example, in German it is named "Abbrechen, in French "Annuler" and in English "Cancel". Like for MessageBoxes, those buttons are also multilingual. Is it possible to find out the string of the "MessageBox-Cancel-Button" of the current Language of the machine?
Rega开发者_Python百科rds
Wonderwhy
MSDN link "Walkthrough: Localizing Windows Forms"
http://msdn.microsoft.com/en-us/library/y99d1cd3(VS.71).aspx
精彩评论