What's the correct way to access a string resource and use its placeholders? The method I tried didn't work for me.
Name: MyPlaceholders
Value: {0} ({1})
What I want to put in each placeholder: Hello (World)
C#
resourceLoader.GetString("MyPlaceholders")
Current result
{0} ({1})