Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>In my opinion, localizing dynamic content (e.g., your FAQ) should be done by you in your database. Depending on how your questions are stored, I would probably create a "locale" column and use that when selecting the FAQ questions from the database. I'm not sure if this would scale very well when you started localizing lots of tables. </p> <p>For static content (e.g, form field labels, static text, icons, etc) you should probably be just fine using file-based resources. If you really wanted to, however, it looks like it wouldn't be super hard to create a custom resource provider implementation that could handle this.</p> <p>Here's some related links:</p> <ul> <li><a href="http://channel9.msdn.com/forums/Coffeehouse/250892-Localizing-with-a-database-or-resx-files/" rel="noreferrer">http://channel9.msdn.com/forums/Coffeehouse/250892-Localizing-with-a-database-or-resx-files/</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2006/05/30/ASP.NET-2.0-Localization-_2800_Video_2C00_-Whitepaper_2C00_-and-Database-Provider-Support_2900_.aspx" rel="noreferrer">http://weblogs.asp.net/scottgu/archive/2006/05/30/ASP.NET-2.0-Localization-_2800_Video_2C00_-Whitepaper_2C00_-and-Database-Provider-Support_2900_.aspx</a></li> <li><a href="http://www.arcencus.nl/Blogs/tabid/105/EntryID/20/Default.aspx" rel="noreferrer">http://www.arcencus.nl/Blogs/tabid/105/EntryID/20/Default.aspx</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/aa905797.aspx" rel="noreferrer">http://msdn.microsoft.com/en-us/library/aa905797.aspx</a></li> <li><a href="http://www.codeproject.com/KB/aspnet/customsqlserverprovider.aspx" rel="noreferrer">http://www.codeproject.com/KB/aspnet/customsqlserverprovider.aspx</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload