How can We achive the following thing using struts 2 or java All the input components (input box, lists, combo box etc) has to support the data input in multiple languages and are customizable to accept the input for selected language
Set page encoding appropriately. This is more of a general servlet/I18N question than Struts, I think.
prasanthh reddy
Greenhorn
Joined: Sep 01, 2008
Posts: 8
posted
0
Hi David,
Thanks for your reply. I have a bit confusion with I18N , With this concept we can change the labels, error messages in the regional language but is it possible to give the input date in the text field or combobox in the regional laguage.Is so please help me with some information.
You can type in whatever your brower/machine allows you to type in.
再見。
Entering data is a client-side issue. Getting the data from the client to Struts is an encoding issue. I'd recommend searching the web for I18N tutorials; most cover topics like this.