- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 08:53 PM
Hello Community,
We have been working on displaying the Language picker on the Employee center Megamenu bar(Taxonomy).
Somehow using the OOB widget(Portal Language Selector) we are able to get that on Header bar. This Link for the Language picker solution on portal header had helped us, but we are yet to complete the requirement by placing this at the right side(end) on the Menu bar.
Please suggest how can we achieve this.
TIA,
Janu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 08:34 PM
@Janu sree I would really question if the benefits of having it on the megamenu bar is going to out weigh the level of customisation you're going to have to make to get this working.
To build the megamenu, the header widget calls the 'Employee Center Navigation' which is read-only, so this would need to be cloned. And cloning widgets means you need to check them with upgrades/patches, as they don't get flagged when the OOB widget is modified. You would also need to modify the server script on the header widget to point to the clone version of your 'Employee Center Navigation' widget. Once that is done, you can add the language picker widget to the clone version.
I was able to drop it under the div for <!-- topic-based navigation menu --> and was able to get it to display like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 12:13 PM - edited 09-17-2023 03:23 AM
@Jonathan Ting -Thanks for your work.