I need to support 2 languages in my website. Which is the right way to set the correct language on each column header? I don't want to use the column index to access it. I want to loop on all the columns and for each one get the right text for it, by it's name or other key from the cache.
Using framework 4.0, asp.net, c#.
Thanks.