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

can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans

2 Answers  


What is the difference between servlet and filter?

0 Answers  


What are the steps involved in placing a servlet within a package?

0 Answers  


What is the capacity that doGet method can send to the server?

5 Answers  


What’s the difference between forward() and sendredirect() methods?

0 Answers  






Which java application server is the best?

0 Answers  


what is the difference between Servlet and JSP?Advantage of JSP over Servelt?Any concept present in JSP which we cant implement in Servlet?

31 Answers   ABC, Apere, AZTEC, CTS, CybAge, iFlex, Impact Systems, Sara, TCS,


What is servlet container?

0 Answers  


Explain url encoding in servlet?

0 Answers  


How native code can be used in a servlet?

0 Answers   IBM, TCS,


What is getservletcontext?

0 Answers  


What is DSN and System DSN and what is the difference between them?

2 Answers  


Categories