开发者

C# - Multilingual string for "Cancel"

开发者 https://www.devze.com 2023-01-09 07:31 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消