I have the following text in a resource file.
Hello {{studentName}},
Your schedule is ....
Is there a way to set the placeholder {{studentName}} to a given value, before loading the resource file? I've done this with strings, but not a resource file.