MessageBox Culture

  • Thread starter Thread starter Cynthia Tokujo
  • Start date Start date
C

Cynthia Tokujo

Hi, i have a Pocket PC with SO ( WM 5 ) in english language. The people that
will use it, is spanish people....my problem is that i need to set the
MessageBoxButtons to "SiNo", but i only get "YesNo".

How can i accomplish this task ? Can anybody help me ?

Thanks Cynthia.
 
That has to do with the locale information built into the operating system.
You can't convert an English device to a Spanish device, other than by
replacing the operating system. Of course, you could create your own
version of the MessageBox class which uses the button text that you want and
call that, rather than the actual message box.

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top