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
Answer Posted / 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 |
Post New Answer View All Answers
What is the procedure for initializing a servlet?
How can we create deadlock situation in servlet?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Explain the difference between get and post method in servlet?
How can the session in servlet can be destroyed?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is meant by cookies?
What are the differences between forward() method and sendredirect() methods?
How would you create deadlock on your servlet?
What are the various ways of session supervision in servlets?
What are the functions of the servlet container?
What is the default http method in the servlet?
Explain the working of service() method of a servlet.
What is api in servlet?
What is the advantage of Servlets when compared with other server side technologies?