I have a .net project using SQL Server backend that I'm looking at localising. Handling localisation within .net is straightforward enough, got it managing the views, data annotations, messages etc.
Say I can pass several commands to my program, and each command corresponds to a function.<BR><BR>How can I call this function without a lot of if-else? To add a little seasoning, I also need to pass ...