- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2023 02:58 AM
Want to change English text and also need to alter text for Filter By and Sort By for different local. Please let me know how we can achieve this. Thank You!
PFA BrowseIT.jpg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2023 11:06 PM - edited ‎02-11-2023 03:33 AM
Hello @ShilpaSD ,
You cannot change anything in OOTB widget. For this u need to clone the "Topic Content" widget.
And change Filter By and Sort By in label.
For to change Browse IT. You need to change server side scripting and title of the topic too, as in the code it is clearly written it takes title dynamically and will show in header as Browse IT, Browse HR etc.
Please mark my answer as accepted solution and helpful, if it works for you!
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2023 11:06 PM - edited ‎02-11-2023 03:33 AM
Hello @ShilpaSD ,
You cannot change anything in OOTB widget. For this u need to clone the "Topic Content" widget.
And change Filter By and Sort By in label.
For to change Browse IT. You need to change server side scripting and title of the topic too, as in the code it is clearly written it takes title dynamically and will show in header as Browse IT, Browse HR etc.
Please mark my answer as accepted solution and helpful, if it works for you!
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2023 07:57 PM
Thank You so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2023 09:24 PM
You're welcome.