We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to find out the list of users whose display language is not in English

Uttam Sai
Tera Expert

Hi Team,

 

I am trying to find out list of users whose current session's language is not in English.
This field is what user's select from Preferences --> Display --> Language , which is different from preferred_language field in sys_user Table .

 

Could you please help me to get the list using any script or without script

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron

Hi @Uttam Sai 

 

Try to get a report on user_prefernce table and filter with language.

LearnNGrowAtul_0-1703070619688.png

 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron

Hi @Uttam Sai 

 

Try to create Database view of both tables and there you will get both language's to compare.

 

sys_user_table & preference table.

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Uttam Sai
Tera Expert

Hi @Dr Atul G- LNG ,

 

My requirement is not to compare but to get the list of users whose session Language is not in English .

I just want to know the user names whose Instance is not in English as shown below. Could you please help me 

 

UttamSai_0-1703069596710.png

 

Dr Atul G- LNG
Tera Patron

Hi @Uttam Sai 

 

Try to get a report on user_prefernce table and filter with language.

LearnNGrowAtul_0-1703070619688.png

 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

ersureshbe
Giga Sage

Hi, Use sys_user table and refer to the language field. Create a report based on your requirements.

Regards,
Suresh.