PDA

View Full Version : ASP.NET - Interface language



_dave
01-22-2009, 02:48 PM
Hi, I have both an english and french version of my site. I need to customize the output of the ASP.NET Server control to display search instructions and results in french when appropriate. Thanks for the help..

wrensoft
01-22-2009, 05:47 PM
The easy way would be to have two sets of index files. One for your French pages and one for your English pages. You can select the interface language per set of index files.

Ray
01-23-2009, 01:57 AM
Remember you can use the Skip Options to configure one index to only include your English pages, and the other index to only include your French pages.