Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property determines the default language used for displaying Knowledge Articles, defaulting to the user's language if left empty. |
| What area does it affect? |
Knowledge Management |
| What does the default mean? |
No default value is documented in this property record. |
| When should you review it? |
An admin should review this property when configuring Knowledge Management for a multilingual user base. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.knowman.search.default_language |
| Sys ID |
bd5091975b03120045c0286411f91af7 |
| Type |
string |
| Application |
Global |
| Default value |
|
| Description |
Default language for the Knowledge Articles. If empty, it will default to the language of the logged-in user. (two character values):
<pre>
en - English US
fr - Francais
es - Español
it - Italiano
de - Deutsch
</pre> |
| Updated |
2024-05-25 05:09:12 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... characters required for knowledge search. Search terms with fewer than this number of characters return no results. • Type: integer • Default value: 3 • Location: System Property [sys_properties] table glide.knowman.search.default_language (Knowledge Management Internationalization Plugin v2) Default language for knowledge articles. If empty, defaults to the language of the logged-in user. • Type: string • Default value: empty • Location: System ...
Context preview
Snippet 2
... search language for articles You can set the default language for searching articles to a language different from the logged-in language by specifying the language as the value of the glide.knowman.search.default_language system property. For example, if French is the logged-in language and you want to set English as the default language for searched articles, specify English in the system property. You ...
Related properties