S
Shikari Shambu
Hi,
I am trying to put all the error messages for an application in a
resource file so that the error messages can be reused and is consistent
across the application.
Some of the messages need contextual information like
The file '{0}' cannot be deleted from the '{1}' . Please ensure that that
file is not currently being used.
The problem I have is the number of substituation parmameters may vary for
each resoruce string. Is there a way to pass this dynamic array to the
Getstring function or the String.Format function to do the substitution?
TIA
I am trying to put all the error messages for an application in a
resource file so that the error messages can be reused and is consistent
across the application.
Some of the messages need contextual information like
The file '{0}' cannot be deleted from the '{1}' . Please ensure that that
file is not currently being used.
The problem I have is the number of substituation parmameters may vary for
each resoruce string. Is there a way to pass this dynamic array to the
Getstring function or the String.Format function to do the substitution?
TIA