Hi all,

I am developing web application using Tapestry5. In my application I want to integrate multilanguage concept. I have two properties files are app_it.properties and app_fr.properties. But without value, only key.

app_it.properties

aboutus=
termsandcondns=
privacyy=

app_fr.properties

aboutus=
termsandcondns=
privacyy=

Here I want to set key's value at run time. Is it possible to set.

Please help me.

Reply via email to