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



How to work with Chinese login page (internationalization).if he enters user name and password in..

Answer / rashmi

Using Locale Class, it may be done... try it using Locale
class...

Is This Answer Correct ?    2 Yes 0 No

How to work with Chinese login page (internationalization).if he enters user name and password in..

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

How to work with Chinese login page (internationalization).if he enters user name and password in..

Answer / ravikiran

with the call to setLocale of the ServletResonse Interface

Is This Answer Correct ?    1 Yes 0 No

How to work with Chinese login page (internationalization).if he enters user name and password in..

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

Post New Answer

More Servlets Interview Questions

How the JSP file will be executed on the Server side?

0 Answers   Cap Gemini,


Can you refresh servlet in client and server-side automatically?

0 Answers  


What is the ServletConfig() and what is its use?

4 Answers   Google,


How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255

0 Answers   Bosch, EF,


What is servlet interface?

0 Answers  






Name the packages that work with servlet?

0 Answers  


Why do we have servlet filters?

0 Answers  


Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.

7 Answers  


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

0 Answers  


what is the difference between doGet() and doPost()?

6 Answers   TCS,


What do you mean by web applications?

0 Answers  


How to get the server information in a servlet?

0 Answers  


Categories