| Author |
Multi-language Support
|
Paolo Robertson
Greenhorn
Joined: Oct 11, 2009
Posts: 7
|
|
Hi everyone, need your help please.
Can someone give me a background on how to implement multi-language support in a Java web application? For this specific problem, my application needs to display and accept Hungarian special characters.
1. How does multi-language support work in general?
2. What things in the web application do I have to configure to support this feature? Config file changes? Any jar to import?
3. Do I have to put some changes in the individual JSPs?
Thanks so much for any response.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8438
|
|
Recommended reading
http://java.sun.com/docs/books/tutorial/i18n/index.html
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Paolo Robertson
Greenhorn
Joined: Oct 11, 2009
Posts: 7
|
|
Thanks!
|
 |
 |
|
|
subject: Multi-language Support
|
|
|