Hi All,
I am working on an application in C#, I want to make it multilingual. I have 2 options for that first, creating seperate resource file for all class files, second creating one common resource file for whole application.
I am not sure which option is best, so can somebody advise me regarding this?? If there is any other way of achieving multilingual functionality then also please let me know.
Cheers :)