This article describes how to customize the label of the search buttons on the different sites in your multiple site project. There are two approaches for customizing the label – you can hard-code the label for each site and you can dynamically change the label via the Labels & Messages page.
The two approaches below assume that you have three sites, named FirstSite, SecondSite, and ThirdSite. You want the search button label to be different on all sites:
To display different text in different search buttons, you must create a custom search widget. Perform the following:
EXAMPLE: For more information about the contents of the file, see the CustomButton.ascx in Sitefinity documentation-samples on GitHub.
CustomButton.ascx
For each site, you can hard-code different search button label. Perform the following:
EXAMPLE: For more information about the contents of the file, see the CustomButton.ascx.cs in Sitefinity documentation-samples on GitHub.
CustomButton.ascx.cs
Build your solution and restart the application.
When you place the standard Search widget on a page from FirstSite, it displayes label Search; when you place it on a page from SecondSite, it displayes label Search2; when you place it on ThirdSite, it displayes label Search3.
You can also set the labels of the search button on each site dynamically, via the Labels & Messages page.
To do this, for each site, you must create one resource class to hold the label.
Perform the following:
NOTE: If you do not have a Global.asax file added to your project, you can add it by opening the context menu of SitefinityWebApp and clicking Add » New Item… » Visual C# » Web » Global Application Class. If you already have a Global.asax file, you must merge it with the one above.
Sign up for our free beginner training. Boost your credentials through advanced courses and certification. Register for Sitefinity training and certification.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important