Language picker on the Megamenu bar in Employee center Pro

Janu sree
Tera Guru

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

1 ACCEPTED SOLUTION

Jonathan Ting
Tera Guru

@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

JonathanTing_1-1694748876779.png

 

 

 

View solution in original post

5 REPLIES 5

@Jonathan Ting -Thanks for your work.