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

What is the procedure of invoking different servlet in a different application?

0 Answers  


Why session tracking is needed?

0 Answers  


Which are the different ways you can communicate between servlets?

0 Answers  


What’s the difference between genericservlet and httpservlet?

0 Answers  


explain the advantages of servlet life cycle?

0 Answers  






What is the use of servlet wrapper classes?

0 Answers  


How to get the server information in a servlet?

0 Answers  


What are the difference between RMI and Servlets?

0 Answers  


What do you mean by web applications? Explain web application directory arrangement?

0 Answers  


Differentiate between the print writer and servlet output stream?

0 Answers  


Is servlet synchronized?

0 Answers  


How servlets are deployed in java?

0 Answers  


Categories