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
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is Servlets and explain the advantages of Servlet life cycle?
What do you mean by chaining in servlet?
Explain the features are in servlet 3?
What is life cycle of Servlet?
What is the directory structure of web application?
Why do we have servlet wrapper classes?
What is the purpose of dispatcherservlet properties?
How does java thread pool work?
Which method is called when reference variable is passed in system.net?
What are some advantages of storing session state in cookies?
What's the architecture of a servlet package?
What are the two important api's in for servlets?
What are the steps that are involved in using the httpservlet class?
What is the inter-servlet communication?