In my application I print messages, some are Debug and some need to fire up as popup window.
I must use Localization as described in: How to use localization in C#
My question is, if my output is based on data member, how can i send it to the Value and use it in the resx file ?
My output log is:
string.Format("Operation Id = {0} has failed", opId);
But when i wish to add it as localized, I cant put in Value (in my output_messages.resx) the data member opId.