I have a drop down menu that includes simple words such as; "cars, toys,food" etc. and every word has its own .properties file
cars has cars.properties
toys has toys.properties
food has food.properties
etc...
So I want to know how I can change this;
When I chose "cars" in the dropdown I want my cars.properties file to change in simplewords.properties When I chose "toys" in the dropdown I want my toys.properties file to change in simplewords.properties When I chose "food" in the dropdown I want my food.properties file to change in simplewords.properties
Is this possible?