How to work with Chinese login page
(internationalization).if he enters user name and password
in chinese, how is it converted to English and validate in
db? And in reverse it should display welcome message in
Chinese,if user is valid
Answers were Sorted based on User's Feedback
Answer / rashmi
Using Locale Class, it may be done... try it using Locale
class...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / venkat
Wen u are in such a condition, the resource bundles are used.
resource bundle is nothing but a property file.the container
looks for the specific property file and gets those values
in english.after performing the business logic, it again
looks the properties file .here the container does not
automatically does the process.we have to define some code
in the servlet.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ravikiran
with the call to setLocale of the ServletResonse Interface
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / imran
you r accepting input data as chinese from the form then u
might be having some special methods to convert from
chinese to English in the system applications itself..try
to find out them....
| Is This Answer Correct ? | 2 Yes | 2 No |
What do you mean by default initialization in java servlet?
What are the types of servlets? Explain
how the HTML data stored in web server?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
how can we create object to a class in a jsp file?
5 Answers Accenture, L&T, TCS,
How we can get ip address of client in servlet?
Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........
What is difference between server and servlet?
what is the difference b/w DispatchAction and LookUpDispatchAction?
1 Answers Deloitte, iGate, Tech Mahindra,
what is servlet chaining?
What are different types of SessionTracking?
What is the disadvantage of cookies?