I18nUtils undefined, maybe missing global qualifier

Aswathy4
Mega Expert

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

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

Hi @Aswathy ,

check whether you have installed the following plugin:

find_real_file.png

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.

Hi Maik,

 

Thank you for the response!

Yes , it is already installed.

 

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.