Hi,
First of all, I would like to say thanks for such a great module. It just works 
I have a question regarding the performance though. I've been monitoring my database for query hit on each page load. I noticed that when I enabled Tab Localization feature, I would get lots of query hit:
exec dbo.Delisoft_TabLocalizationGet @TabId=***,@LocaleKey=N'en-US'
And it executes more than 10-20 times for each page load. I suspected that it has something to do with localizing tab names, therefore it's executed against all tabs. I'm just wondering though, are there any settings to cache these so it won't hit the database for every incoming page requests?
Best Regards, Ferry