How to hide language selection on Next Experience User Preferences page

Stefan Reichelt
Tera Guru
Tera Guru

Hi all,

After enabling the Internationalization plugin and the first language pack, I want to hide the language selector option for users in Next Experience, so that we can prepare and make it available in a controlled manner later on.

 

How can I hide that option? I couldn't find any Sys Property for it.

 

Br

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Stefan Reichelt 

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0695287

  1. Go to the table [sys_choice]
  2. Filter the list where table = 'sys_user' and element is 'preferred_language'
  3. Set the column 'inactive' to true for any language record you do not wish to appear
*************************************************************************************************************
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]

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

I know that article, but I don't want to disable any language. I want to disable the selector drop-down on the User Preferences page in Next Experience.

@Stefan Reichelt 

not possible from the User Preferences for Next Experience.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Stefan Reichelt 

We can do in UI 16 but not in next experience 

 

UI16 - https://www.servicenow.com/community/developer-forum/disable-language-picker-in-ui16/m-p/1541181

 

https://www.servicenow.com/community/developer-forum/removing-language-selection-option-from-home-pa...

 

*************************************************************************************************************
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]

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