Localized text in Java
Posted
by Eager Learner
on Stack Overflow
See other posts from Stack Overflow
or by Eager Learner
Published on 2010-01-04T05:03:21Z
Indexed on
2010/04/07
17:43 UTC
Read the original article
Hit count: 155
localization
|java-ee
My requirement is to display localized text messages in a J2EE web application. I know J2EE provides very good support for this. My question is what is the practice followed to have the localized messages stored to be used by the application. If I want to display Japanese / Chinese kind of messages which are not like English like char sets how do we get that messages/text into the properties files or Database tables.
© Stack Overflow or respective owner