Hi Everybody,
My question is about resource files (.resx) in c#.(the "strings" part) I'm using it to store my messages,and I want to know how can we use the "value" of a resource entry with parameters ?!
example :
Name : ShowCellValue Value : value on cell : ? and row : ? is : ?
and I want to fill the "?" parameters with different values.
Thank you,