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

Relationship between user's local language and options

bonsai
Mega Sage

I'm installing a plugin for a language other than English on my instance. (Japanese)

If the value set in the option language field is anything other than "en," the option won't appear to users in English environments.

However, records with English options will still appear to non-English users.

Is there any official documentation explaining this mechanism?

Also, what process implements this mechanism?

If it's implemented in a script, I'd like to confirm its details.

2 ACCEPTED SOLUTIONS

@bonsai 

no direct documentation is available

but this link in docs definitely says you will require a choice in that language

AnkurBawiskar_0-1770292667610.png

 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

View solution in original post

You can use these links for your explanation. I don't know if this will help you for explanation, but this will help you for language and translation concepts in ServiceNow.

 

https://www.servicenow.com/docs/r/platform-administration/dynamic-translation/dynamic-translation-ov...

https://www.servicenow.com/docs/r/platform-administration/ai-search/explore-language-support-ais.htm...

https://www.servicenow.com/docs/r/servicenow-platform/knowledge-management/c_I18NKMInternational.htm...

 

If you find my answer useful, please mark it as Helpful and Correct ‌😊


Regards,
Soham Tipnis
ServiceNow Developer ||  Technical Consultant
LinkedIn: www.linkedin.com/in/sohamtipnis10

View solution in original post

7 REPLIES 7

Ankur Bawiskar
Tera Patron

@bonsai 

if you are talking about choice values on fields or choices on variables then yes for other languages you need to add the choice labels and values again

Then only user in that language will see those on form

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

Dr Atul G- LNG
Tera Patron

So, you want that if I am a non-English user, I should be able to see the non-English choices? If yes, did you add the language during the choice creation?

 

DrAtulGLNG_0-1770289348077.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]

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

SohamTipnis
Kilo Sage

Hi @bonsai,

 

I hope you have installed the Internationalization, which has almost 25 language plugins. Once it gets installed, you can try to use that plugin in your instance.

 

If you find my answer useful, please mark it as Helpful and Correct ‌😊


Regards,
Soham Tipnis
ServiceNow Developer ||  Technical Consultant
LinkedIn: www.linkedin.com/in/sohamtipnis10

bonsai
Mega Sage

@SohamTipnis 

@Dr Atul G- LNG 

@Ankur Bawiskar 

Is there any documentation explaining why this behavior works?

I need to explain it, but I'm stuck because I don't have any supporting information.

I'd like to know if this is correct OOTB behavior or a bug.

I'd like to know the source of this information.