- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2021 11:02 PM
Hi All,
I have added language switch widget into my custom portal home page, and it shows multiple options to select. I need to restrict the dropdown values to have only 3 languages. Can anyone help me on this please?
Regards,
Aswathy Muraleedharan
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2021 12:28 AM
Hi Bhavana,
It worked , Thank you.
I was trying to clone the OOB language switch widget to achieve this, and could see that the client script is calling some API.
Anyway, the requirement is to enable the dropdown only for few languages.
Regards,
Aswathy Muraleedharan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2021 12:35 AM
Please mark the response as correct or helpful and close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2021 02:59 AM
Hi Bhavana,
Is this widget working for you after upgrade?
my instance is recently upgraded to paris Patch 5 and i am getting multiple errors.
Regards,
Aswathy Muraleedharan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2021 03:13 AM
Hello,
We are still on orlando, for us our next upgrade is on march (Quebec version)
What is the error you are getting?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2021 03:27 AM
I have got errors like
1.I18nUtils undefined, maybe missing global qualifier- added global refix to the class and it worked.
2.unable to get users language from getLanguage , changed gs.getLanguage to getSession.getLanguage
3. Now am getting error like "Cannot read property "newLanguage" from undefined"