Thursday, September 3, 2009

Internationalization in a web application

Two methods:
First to have each page in all supported languages.
Useful when whole web application needs to be internationalized.
A Servlet controller will pick the right page after extracting the browser/request locale settings.

Second is to use resource bundles where single page is maintained but part of page which needs to be internationalized is maintained as resource bundles..

No comments:

Post a Comment