Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
How to select or change language from CMS site - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • How to select or change language from CMS site
KB0552129

How to select or change language from CMS site


4816 Views Last updated : Jan 28, 2024 public Copy Permalink
KB Summary by Now Assist

Issue

How to select or change language from CMS site

 

Problem


Translation as it relates to the CMS is documented within product documentation. According to product documentation, when a user logs in, the language for the instance session is determined by the following logic:

  • If the language selection at login is enabled, that language is used.
  • If not, the language preference selected using the language picker in the header bar is used.
  • If not, the user's language setting in the User [sys_user] table is used. 
  • If none of the above are true, the system default language is used.

An end user can be granted the ability to populate the Language field in their profile [sys_user] record within CMS. This can be done by configuring the self-service view of the User [sys_user] form and adding the Language field; however, this does not change the language displayed in CMS for that user.

Based on the above, here are the two supported methods for allowing users to select or change their language in ServiceNow:

From the login screen, select the language and log in:




Or click the gear icon in the top-right:

 

Without the options above, users who get redirected to the CMS site or bypass the login page may have issues selecting or changing the language within the CMS.


Resolution

These UI macros are created when the language plugin [I18N: Internationalization] is activated:

  • login_language_select - displays a list of available languages on the login page to the user
  • ui_language_select - displays a list of available languages to the user and lets them select one

There is no base system language picker for use with a CMS site; however, customers may choose to customize their CMS code to call the ui_language_select UI macro to meet their needs.  

There is no documented method for accomplishing this from the base system. In this case, customers are advised to pursue solutions through the Community. The following post (https://community.servicenow.com/thread/166553) is provided as one such example:

To enable the language picker within a CMS site:

  1. Modify the UI macro cms_header_login to call the ui_language_select UI macro by adding the script above the login link:

    <g:ui_language_select />
    <script>
    </script>

    This macro displays the header on the ESS Portal:



  2. Select a different language to display the language selected in the CMS:

 

 

Warning: Altering the base system cms_header_login UI macro causes it to be "customized" and potentially skipped by future ServiceNow upgrades.  See Overwriting_Customizations_During_Upgrades for more information.

 

Note: Solutions implementation from the Community are outside the scope of Technical Support, which is a break/fix issues in the base platform. Customers may implement at their own risk but are responsible for maintaining the solutions.

 

 


The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

Attachments

Attachments

  • Screen Shot 2015-10-26 at 3.48.00 PM.JPG
  • Screen Shot 2015-10-26 at 4.07.22 PM.JPG
  • Screen Shot 2015-10-27 at 11.42.09 AM.JPG
  • Screen Shot 2015-10-27 at 12.05.29 PM.JPG

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.