I want to translate my Web Page Into Different language , And the value of the word are in the data-base ,
How to Set the resource value from data-base table , every value in different table
I want to translate my Web Page Into Different language , And the value of the word are in the data-base ,
How to Set the resource value from data-base table , every value in different table
If i get it right, you want to populate your resources files dynamically from your
DataBase
. You can achieve that by creating the.resx
files in your project, the next step would be add/update its content using the code below:Then you can call this method and pass the key-value from your
DataBase
.