Click here to Skip to main content
15,910,009 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using following code to enable my text box to write in Urdu but it is typing in English as usual. Please advise what do I need to make my textobx, take urdu as input

Thanks

VB
Dim x As New System.Globalization.CultureInfo("ur-PK")
        InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(x)
Posted
Comments
Sergey Alexandrovich Kryukov 27-Feb-12 0:25am    
All right. Now, is Urdu keyboard installed on the system?
--SA
Bernhard Hiller 27-Feb-12 4:11am    
On your WINDOWS (!) system, did you select an Urdu keyboard as your input device (Language bar: http://windows.microsoft.com/en-US/windows-vista/The-Language-bar-overview)?
Member 11222416 16-Oct-15 18:39pm    
your above code is absolutely working plz cheeck if you installed urdu fontic keyboard
i installed urdu keyboard and it is working well
Abdul Jabbar from okara punjab pakistan

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