I made a demo application using Silverlight, where I gave a specific Unicode language in Hindi that will be displayed in the text box as text. ΰ€ ΰ€ ΰ€ ΰ€ ΰ€ ΰ€, the Unicode position is '\ u090B', '\ u090A', '\ u0909', '\ u0908', '\ u0907', ββ'\ u0906', respectively.
So, when I pass all this as a string to the textbox.text property, it shows at the time of debugging when the exact value corresponds to the text field, but when I go through the emulator, empty fields are displayed.
Do you need to install emulators on different fonts? If so, how can I do this? Is it possible to create an application for Windows Phone 7 that can support different languages?
source share