I have a requirement in my project to support Localization in web application.
The project is a web application which provides services to its users.
It is based on Struts 1.2.
Requirement: The labels in the jsp page can be controlled according to the user's preference i.e. the labels can differ according to the user logged in.
The user can change the text of the label what he/she wants to see.
How can I achieve this in Struts 1.2?
I know about Struts i18n, but it is based on the locale.
What I'm thinking is to create a separate property file for each user. How can I use the same property file for displaying the labels in JSP in Struts 1.2?
Please help.
No comments:
Post a Comment