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.
OK ... I feel dumb answering my own question, but here goes.
I just need to use the same formatting for strings. Update the file to show
Too obvious I guess ...