Handling langage ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,
What is the commonway to handle a web site with different language ?
Most of the time do you use diffeetn web page accordsing to user language or
do you handle it with satelite assembly and dynamic ressource string in
similar way as Win App ?

Thnaks for our reply
Regards
serge
 
Definitely the same page IMO. ELse it would be cumbersome to maintain.

Then use whatever mechanism best fit (resource files, db etc...) depending
on your needs. In partiucler 2.0 allows to expose all the same way...
 
Though i m a beginner, but the approach i follow is to have every thing
in sql server database as ntext datatype. ntetxt allows you to store
data inw whatever supported language. designing some smart templates
always help in such case
 
Back
Top