The CreatorCon Call for Content is officially open! Get started here.

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

Uttam Sai
Tera Contributor

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
Tera Patron

Hi @Uttam Sai 

 

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

LearnNGrowAtul_0-1703070619688.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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/atul_grover_lng [ Connect for 1-1 Session]

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

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
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.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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/atul_grover_lng [ Connect for 1-1 Session]

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

Uttam Sai
Tera Contributor

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
Tera Patron

Hi @Uttam Sai 

 

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

LearnNGrowAtul_0-1703070619688.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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/atul_grover_lng [ Connect for 1-1 Session]

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

ersureshbe
Giga Sage
Giga Sage

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

Regards,
Suresh.