globalization
i have to make a website into a multiple language but the thing is that the resources file is not resx file it is xml file .when the end user select the language whole website should change into a particular language .And i dont no how to bind it with control in to design view .its very urgent.
CrishPosted May 27, 2010, 10:53 PM
for globalization as per your code you need to make multiple language supported file in resource like English.xml,French.xml,Spanish.xml....
If you had put your selection combobox in header control then you need to take its value in your page for changing language value. In Page_Preinit event you will get this language selected value in page.