How to change the value from database into some other language
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Can anybody tell how to change the value from database into some other language like Italian,French etc. i.e I want to make my site multilingual
i think maybe for the site you should use the resourses file (*.resx) and to properties set the Localizable to True, and for the DB maybe you should redesign and add columns to the table for the extra language or you should think about other posibilites for ex. you set the languages in one table and add a column to table with the ID of the language that you are currently using. it can be done with the relationship tables.. hope it will help..
spaps