Modifying the Language of the .NET Search Interface
Example: To replace the English interface by the French one, replace http://hostname/ces7/default.aspx?=myinterface by http://hostname/ces7/default-fr.aspx?=myinterface.
To add a link pointing to a .NET search interface in another language
-
In a text editor, open the appropriate template (ex.: default.aspx).
-
After the <body> tag, enter a link in the form:
<a href="default-fr.aspx">Français</a>
where default-fr.aspx can be replaced by the appropriate template and Français by the appropriate language.
-
Save the file.