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

Knowledge Article Translation

Piyush_Kolhe
Tera Contributor

How to show knowledge article in default English language to logged in user if translated version of knowledge article is not present in user's preferred language?

Tried to set system property 'glide.knowman.search.default_language' but still it is not working as expected.

3 REPLIES 3

Ravi Gaurav
Giga Sage
Giga Sage

Hi @Piyush_Kolhe 

 

 

The OOTB property you already found is: glide.knowman.search.default_language

 

This sets the default language for indexing/search when a user’s preferred language translation isn’t available.

  • Example: If set to en , the English version is supposed to appear when the translation is missing.

  • Rebuild the Knowledge Index.

     

  • Test with a user whose preferred language ≠ English. If no translation exists, the English article should appear.

--------------------------------------------------------------------------------------------------------------------------


If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!

Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI

ï”— YouTube: https://www.youtube.com/@learnservicenowwithravi
ï”— LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/

Hi @Ravi Gaurav 

Could you please explain about 'Knowledge Index'.

also, does system property 'glide.knowman.enable_multi_language_search' need to set to 'false' while using glide.knowman.search.default_language?

Hi @Ravi Gaurav ,

tried above steps you have mentioned.

stills, it is the same issue.