Click here to Skip to main content
15,885,668 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi ,
i created one web application for intranet purpose and my client having no internet connection and i am using Resx files concept for Telugu language.it's working fine. now i want input text also in Telugu how is it possible?
My end user not installed Telugu language.

i want Telugu as input text in text boxes like this way ..

http://www.codeproject.com/Articles/301832/Custom-Text-box-Control-that-Switch-keyboard-langu

Remember my client having no internet connection. it's only intranet application.
Posted
Comments
Sergey Alexandrovich Kryukov 8-Aug-12 1:37am    
What does it mean "not installed Telugu language"? So well-known languages are not "installed", they are available by default in most modern systems. (A keyboard is set up though, but it does not mean "installed".) And what prevents you from using the method from this article?
--SA
sai sagar 8-Aug-12 1:39am    
but most of user don't installed. in case end user not installed then what happening?
Sergey Alexandrovich Kryukov 8-Aug-12 12:57pm    
What's the client's platform?
--SA
bbirajdar 8-Aug-12 3:04am    
Why are you reposting the same question again and again for different regional languages ? You have posted the same question for telugu, hindi , arabic... languages...

reposts
Sergey Alexandrovich Kryukov 8-Aug-12 13:09pm    
Really? Needs reporting as re-post. Too bad I did not noticed before I answered (please see).
--SA

1 solution

Let me see:


ఁంఃఅఆఇ... ౪౫౬౭౮౯౨౩



I writing it using Windows 7. I know for sure it would work on Linux as well as most other modern platforms. I never installed anything related to Telugu. I don't understand anything in this language, I only known it used Telugu script, one of the Brahmic family (I know just a tiny bit more about other scripts of this family, and mostly because people from India (mostly) ask me questions about their languages — isn't that amazing?) I only typed the beginning and the end of the script character set.

If someone cannot see these characters, please respond — it means we come across a rare case. It should be supported almost anywhere, at least on all modern systems and with non-nonsense browsers.

If I can do it, any of your clients can do. To be on safe side, you can implement exact same method of input described in the article you already know:
Custom TextBox Control that Switches Keyboard Language Automatically[^].

To me, it does not seem the problem exist.

—SA
 
Share this answer
 
v3
Comments
sai sagar 8-Aug-12 23:17pm    
finally i got the answer. i wrote Java Script for Telugu and Hindi Languages.
bbirajdar 9-Aug-12 3:32am    
'You' wrote??? I don't believe ..!!!!!!!
Sergey Alexandrovich Kryukov 9-Aug-12 13:05pm    
Of course this code is crazy, but the idea is right. You only need to create a decoding table (array, actually), not a long "case" statement.
And of course you can do it for any other Unicode script...
Do you still have a problem?
--SA
bbirajdar 9-Aug-12 3:33am    
+5 for SA's efforts and solution
sai sagar 9-Aug-12 5:18am    
If you Know answer tell to others, otherwise don't discourage others. They are laughing.
do you think you are the only Developer in the world?
how crazy.... and funny.... ha ha ha ha ha......

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