Click here to Skip to main content
16,005,682 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,i want to develop an application that deal with different language under c# within the smart device library but the form doesn't accept the Arabic language just an English one for ex i want to write on the button hi in Arabic this text appear as unknown chars please any one can help me?
Posted
Comments
Sergey Alexandrovich Kryukov 12-Mar-12 9:45am    
What happens if you type in Arabic. Does the system itself support required code points? C# (more exactly, .NET) supports Unicode for strings/characters, nothing else.
--SA
esraaabu 12-Mar-12 9:58am    
when i write for example"مرحبا"which mean hi on the button then i run the app the text display Oblongs what that mean ?please if u has a solution i need it.
esraaabu 12-Mar-12 10:03am    
when i write for example"مرحبا"which mean hi on the button then i run the app the text display Oblongs what that mean ?please if u has a solution i need it.

1 solution

Have a look on this:
Multilingual Support in C#[^]
 
Share this answer
 
Comments
esraaabu 12-Mar-12 9:40am    
sorry but it didn't work. is their any thing i must install to make it work?
esraaabu 12-Mar-12 11:54am    
sorry but it didn't work. is their any thing i must install to make it work?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900