I'm currently using string format. Works perfectly in my other languages but I am having trouble with Hebrew.
var msg = string.Format("{קיבלת בקשה חדשה להפנייה מ{0} ו {1} {2", "test1", "test2", "test3");
this crashes and the hebrew text is underlined saying this is an invalid placeholder.
May I ask how do I handle hebrew text with String.Format