How to pre-set Language in servicenow?

Buddy 1
Tera Contributor

How to pre-set language to local language?

For example:

User country is Spain, then the language pre-set needs to be done as spanish.

 

How to achieve this ?

 

Thanks in advance!

5 REPLIES 5

I'd suggest trying not to hard-code it and instead matching the countries ISO short code (from the [core_country] table to that of the Language table [sys_language] as in most cases it will work. Ideally, you'd want it to be a scaleable long-term (data driven) method, otherwise you'll end up having to update the script every time you need to add a new language, which isn't ideal,

Many thanks,
Kind regards

--------------------------------------------------------------------
Director of Globalization Deployment, Internationalization