combobox language problem

G

Guest

Hi,

I just created my first .net compact framework application that includes
some comboboxes. Now, as this application targets the german market, these
comboboxes need to display german string - that may include 'non-english'
charakters (like ä,ü,ö,ß ...).
Unfortunately, these chars do not appear in the boxes - they are just
skipped (e.g. the german word 'Käse' (cheese) would be displayed 'Kse').
By the way, I use an english version of VS.net 2003 - if this is of any
importance.

Is there any way to change this behaviour?

Peter
 
I

Ilya Tumanov [MS]

If you're loading these strings from the file, make sure encoding is set
correctly.

It's all supported and most devices would have fonts for these characters.



Best regards,



Ilya



This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Top