I would like to know if there is a way to use the key as another key value in the .properties files.
For example, is it possible, or is there another way to achieve something like this?
key = another_key app.name=Stack Over Flow app.title.welcome=Welcome to {app.name}
so when i get the value of app.title.welcome it should be " Welcome to Stack Over Flow "
source share