dynamically editing property file
问题 I have a property files message_en.properties message_de.properties in my project and I have entry InfoBox_description=welcome to the this application and corresponding value in German. Now user should be allowed to change the description dynamically and same should reflect in other property file also with right conversion.how should I do this? I am using JSF2 and prime faces Thanks in advance 回答1: Assuming you have your properties file inside your war, in a package in the source folder, this