On Nov 15, 1:50 pm, "Jon Skeet [C# MVP]"
> On Nov 15, 7:20 am, Gangadhar Kotu
>
> > To be precise, the button text in the message box should come in
> > culture specific.
>
> Then you just need to use a ResourceManager and fetch the appropriate
> text before you call MessageBox.Show.
>
> Jon
Hi,
No. Not the text in the Message Box. But only the OK, Cancel, Yes,
No... buttons text to be culture specific........
- Gangadhar Kotu