message box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

we are developing an application in VB.NET in India for an italian client

The client need to see the button texts of message boxes in italian language
for eg: YES >>> S

CANCEL >>> Anulla. etc...

What is to be done in the application so that it will change the texts of the buttons in the message boxes to the local language where the machine is running ( means the language of the machine where the application is running

Please hel
eteam
 
The client need to see the button texts of message boxes in italian
language.
for eg: YES >>> Si

CANCEL >>> Anulla. etc....

What is to be done in the application so that it will change the texts of
the buttons in the message boxes to the local language where the machine is
running ( means the language of the machine where the application is
running)

When you did nothing with the globalization settings and the client has an
Italian OS, normally you would have to do nothing.

However why not try it on an Indian OS, should give the text in an Indian
language you are using.

I hope this helps,

Cor
 
Back
Top