Read data from the .properties file using Placeholders

Is there any way to read data from the .properties file and using in functions by using any placeholders.
suppose:
var value : String = // i want to read this value from .properties file which is there in resource folder

I don’t think there is such thing. May the modifier lateinit helps you.