Here is the question.
I would like to create a page with multiple languages.
This is my db Table :
Page_Code nvarchar(50)
Page_Language nvarchar(10)
Page_Content ntext
An example entry
PKID PageName Language Page_Content
1 About English this is a simple "about text"
2 About Deutsch Dies ist eine einfache "über Text"
3 About French ceci est un simple "sur le texte"
What is the best way to do it in asprunner.net?
For example for "about page"
I want to edit it in one page. I would like to fill Language fields in one edit page .
Languages are dynamic and coming from another table.
I hope I was clear. It seems it is like Master-Child relationship. But I want to make it mandotary for child entries.