I have a situation for which I want best solution as I already know a way to complete that. Only problem is I am facing the similar requirement times and again.
Situation is, I have multiple select lists in a single form and every select list has couple of items, client wants translation for those items.
So if I create a table for every select list then if I have 10 select lists then I have to fire 10 queries, which I want to know is OK because I don't see it fine.
Or I can create language file where I can declare those array and include that file as per selected language.
Can anyone share their experience tackling with this particular solution, how can we solve this problem in the best possible way.
Thanks in advance.