Does anyone know how I can localize the msgbox and inputbox buttons (OK, Cancel, Yes, No, etc) to be shown in different languages?
Printable View
Does anyone know how I can localize the msgbox and inputbox buttons (OK, Cancel, Yes, No, etc) to be shown in different languages?
I know the msgbox function in vb and c# are called MessageBox and can be found in the System.Windows.Forms class.
Jeremy
I know about the messagebox as well. It also doesn't provide any localization properties.
Ah, sorry misread you question.
Jeremy