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 |
How is a servlet implemented in code?
What is Servlet API used for connecting database?
what are the way a client can be tracked?
If servlet receives multiple requests, how many objects will it create?
List out difference between a JavaBean from a Servlet?
Explain jsessionid and when is it created?
When to use doget() and when dopost()?
Is tomcat a servlet container?
What is the ServletConfig() and what is its use?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Can we call destroy() method inside the init() method? What happens when we do so?
i need connection pooling code.....from harpreet.your@gmail.com