asp classic - Multilangual website using ASP and a database -
I want to consult something about
There are 3 languages in my website using the table database with Hebrew (main), English and Russian I fields: ID, field_name, 1, 2, 3 . Where there are 1 2 3 languages.
 On entering website language 1 (Hebrew) is selected automatically until you choose second. Saved as  Session ("Current Language") . 
 I received the name  Langstead  whice a field and prints the value according to the language  session ("current language") in : 
 And I use it like this:  & lt; div & gt; langstring ("Header") . . 
I find it stupid to send queries to the server on any and every page, since the multilingual table " "She does not change, so I want to save the record set for the current browsing in some way.
I'm getting help for the this solution, please
If they do not change many times, just do not dump strings into any .asp file.
Another option
 
 
  
Comments
Post a Comment