hai all,
is it possible to change the language of messagebox button..
for eg:
MessageBox.Show("hai", "MSG", MessageBoxButtons.YesNo);
can we change the language(german,french..) of "YesNo" . i.e while installing if we select the lanaguage as german is it possible to display the yes /no button of the messagebox in german..
rohita
Member
45 Points
9 Posts
Messagebox Button? in .net 2005
Jun 30, 2006 05:18 AM|LINK
is it possible to change the language of messagebox button..
for eg:
MessageBox.Show("hai", "MSG", MessageBoxButtons.YesNo);
can we change the language(german,french..) of "YesNo" . i.e while installing if we select the lanaguage as german is it possible to display the yes /no button of the messagebox in german..
Mikhail Arkh...
All-Star
33129 Points
6083 Posts
AspNetTeam
Moderator
Re: Messagebox Button? in .net 2005
Jun 30, 2006 10:40 PM|LINK
You need to set application locale. Look here: http://west-wind.com/weblog/posts/334.aspx
------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.