MessageBoxButtons.YesNo

  • Thread starter Thread starter Simone
  • Start date Start date
S

Simone

Hallo.

I have this problem. In my application the messageboxbuttons.yesno show me
"Yes" & "No" words. I'm developing with CF SP2 Italian in a PPC2003. If i
want to see "SI" & "NO" what can i do?

Thanks in Advance.

Simon.
 
Hello Simon,

Specifically because MessageBoxButtons is used just for the display of MessageBoxes,
I imagine that the problem is a non-localized installation of the .NET Compact
Framework itself. Do you get exception texts in Italian? If not, it's probably
for the same reason -- try reinstalling the CF on your device.

Regards,
Tomer Gabel (http://www.tomergabel.com)
Monfort Software Engineering Ltd. (http://www.monfort.co.il)
 
The framework does support localization, it would be rubbish if it didn't.
You need the italian localized ver of the CF installed on your device.

Simon.
 

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

Similar Threads

itemsend 0
Performance Monitor 2
Single solution for more platform 1
How to print a MessageBox string? 1
WM_CLOSE 3
RTL Message box 5
Confirm Exit in a Mdi form? 4
How to execute a .cmd file on confirmation 3

Back
Top