Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Language selector

Author  Topic 

insanepaul
Posting Yak Master

178 Posts

Posted - 2009-05-12 : 11:57:05
I have to store 'Help' content for each page in a website to sql2005 but the Help content will be in different languages.

I'm using asp.net 3.5 so do i somehow populate the dropdown box from the asp.net culture (which i dont know how to do yet) or do I manually have to populate a language table in sql2005 which the dropdownlist box retireves from?

   

- Advertisement -