I18nUtils undefined, maybe missing global qualifier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2021 08:46 PM
Hi All,
Am getting error like "I18nUtils undefined, maybe missing global qualifier" on my portal page where i have custom language selector widget.
Recently my instance got upgraded to Paris patch 5 and thereafter started getting this error on portal. Before the upgrade, it was working as expected.
Can anyone help me in this please?
Regards,
Aswathy Muraleedharan
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2021 09:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2021 10:29 PM
Hi Maik,
Thank you for the response!
Yes , it is already installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2021 10:41 PM
Okay.
Did you implement your mentioned widget in a custom scope? If yes, you have to prepend the instantiation of class I18nUtils with a global prefix like this:
new global.I18nUtils()
Kind regards
Maik
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.