On 3/26/2013 4:57 PM, Caldarale, Charles R wrote:
From: David kerber [mailto:dcker...@verizon.net]
Subject: Internationalizing a TC webapp

I need to add language translations to my webapp, and am wondering what
the standard or preferred way to store and retrieve the phrases is.  Is
it typically done in a database, a resource file, or what?  And how is
the indexing done to retrieve the correct one?

http://docs.oracle.com/javase/tutorial/i18n/resbundle/index.html
http://docs.oracle.com/javase/7/docs/api/java/util/ResourceBundle.html

You can find numerous examples within the source code of Tomcat.

  - Chuck

Thanks!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to