Contents tagged with Windows Phone 7
- 4Jan 2012
WP7 Extended ASCII Characters
If you want to display a Greek string that you receive from the Web but all you get are characters like %32, %B6 etc you can do the following Add this class to your project: using System; using …
Read More -
Windows Phone 7 don’t have support for Greek. There is a way to add support for not only Greek but for many more languages using a standalone wp7 app that does some tweaking. …
Read More