A doubt about resource file
-
I created a class which is to declare constant string variables used to store messages shown for the users. But now I heard about the resource file. I am doubt which one is the better. Is there any another better method to store messages to users? Please let me know your valid advice. Thanks and Regards, Hogan
-
I created a class which is to declare constant string variables used to store messages shown for the users. But now I heard about the resource file. I am doubt which one is the better. Is there any another better method to store messages to users? Please let me know your valid advice. Thanks and Regards, Hogan
hogan.smith wrote:
Is there any another better method to store messages to users?
I never seen a resource file storing messages to user or constants. I'd like to use a XML file to store user specific messages, and write a XML serializable class which gives access to all these values.