Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When i change the language for eg. from en-Us to hi-in using localization the labels get changed . But what i require is to intake the input from clients through textboxes in that particular language i.e. hindi language in my case. How can that be done !!! I'm really in need of this .

Thanks in advance.

RAZ
Posted

 
Share this answer
 
Comments
rAZHere 2-Jul-12 1:06am    
I went through the examples. In those example the server itself sets the value for textboxes. What want is to allow the client to provide the values for the textboxes in the language provided by localization and globalization.
i require is to intake the input from clients through textboxes in that particular language i.e. hindi language in my case. How can that be done !!!
That would depend on operating system's MUI set at that time. It's not code driven. All you need to do is make sure your code handles globalization and localization. Feeding in data in textbox is users setting. They have to set up.

Control Panel -> Region &  Language
drives the input.
Read all about them here: Multiple User Interface (MUI) Language Packs[^]
 
Share this answer
 

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