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 allows list sorting based on the user's session language, enhancing usability for users who operate in languages other than English. |
| What area does it affect? |
List sorting functionality |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when supporting users in multiple languages or adjusting language settings. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.db.session_language_collation_feature |
| Sys ID |
95d912c643301210cda1f0bd15b8f2c5 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Enable sorting (for lists) in the user's session language when the language is other than English |
| Updated |
2024-09-23 16:46:25 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... following properties by navigating to All > System Properties > System Localization. Property Description Enable sorting (for lists) in the user's session language when the language is other than English com.glide.db.session_language_collation_feature Enable sorting string values in a column according to the rules of the user's session language. If this option isn’t selected, field values are sorted according to the English alphabet. ...
Related properties