---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# System Localization properties

# System Localization properties {#ariaid-title1}

Release version: Australia  
Updated June 2, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 minutes to read
Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of System Localization properties

System Localization properties in ServiceNow enable configuration of translation, currency, and locale settings to support users from multiple countries.
These settings help tailor the user experience based on language, currency, and regional formats.
Some properties require activation of the I18N: Internationalization plugin and can be accessed viaAll \> System Properties \> System Localizationor directly through thesyspropertiestable for less commonly used settings.
Show full answer Show less  

## Key Features

* **Language and Sorting:** Enable sorting of list values based on the user's session language rather than default English sorting, improving usability for non-English languages (property: `com.glide.db.sessionlanguagecollationfeature`).
* **Language Selection at Login:** Option to display a language selection box on the login page, allowing users to choose their preferred language at login (property: `glide.ui.login.language.select`).
* **Text Search Stemming:** Configure text search to recognize derived words in English, German, or French, enhancing search relevance (property: `glide.ts.stemminglanguage`).
* **Translation Debugging:** Display translation prefixes on translatable strings to assist with localization debugging (property: `glide.ui.i18ntest`).
* **Currency Settings:** Option to use a single currency model where all currency values display in the same currency code regardless of user locale (property: `glide.i18n.singlecurrency`), along with setting the default currency code (property: `glide.i18n.singlecurrency.code`).
* **Locale Configuration:** Set the system's default locale code that governs currency conversions and formatting (`glide.system.locale`). Note that changing this after prices are set may cause conversion issues.
* **Date and Time Formatting:** Configure whether dates and times default to user locale formatting or use system-wide patterns if user preferences are not set (property: `glidei18n.date.defaulttolocale`).
* **IP Geolocation for Guests:** Enable detection of guest users' initial language based on their IP address (property: `glidei18n.ipgeolocation`).
* **Spell Checker Dictionary:** Set the default spell checker dictionary for English users, with multiple language options available (property: `glide.spell.dictionary.en`).
* **Sorting Defaults and Fallback Languages:** Control default column sorting behavior and enable fallback language hierarchies to improve localization support when translations are missing (properties: `com.glide.db.i18nsessionlanguagesortabledefault` and `glidei18n.languagefallbackenabled`).

## Practical Considerations for ServiceNow Customers

* Activate the I18N plugin to access full localization capabilities.
* Use sorting and language selection options to enhance user experience for global users.
* Be cautious when changing the system locale after prices or currency fields are in use to avoid data inconsistencies.
* Leverage fallback languages to ensure interface continuity when translations are incomplete.
* Configure currency and spell checker settings to align with your organization's regional and language requirements.  
System Localization properties configure translation, currency, and locale settings on the instance for users from multiple countries.
Some localization properties only appear after the I18N: Internationalization plugin is activated. Some properties are available on the System Localization properties page, but some lesser-used properties are available only from
the System Properties \[sys_properties\] table.  
Access the following properties by navigating to AllSystem PropertiesSystem Localization.{#set-localization-props__table_uv2_n34_jz__entry__2}

| 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. * Options: Yes \| No * Default value: No * When this property is set to Yes, and Locale Text Match is true, then the <kbd class="ph userinput">i18n_session_language_sortable</kbd> column attribute must be set to false. See [Set case and accent sensitivity on a per-column basis](https://servicenow-prod.fluidtopics.net/elM65n73kxLrUAmPkXklxQ "Set locale text match to provide case and accent sensitivity when searching the text of table columns. The default behavior for text searching in table columns is insensitive to case and accent (diacritic) variations, but you can enforce sensitivity using locale text match."). * Learn more: [Sorting according to the session language](https://servicenow-prod.fluidtopics.net/RCpBhkFrUBeoz8i80ol52Q#sorting-session-language "Order string values according to the user's session language when sorting a column in a list.") {#set-localization-props__ul_yvf_pxr_hdc} |
| Show the language select box on the login page so the user can specify the language they would like to be logged in with. glide.ui.login.language.select | Enables language selection upon login. * Options: Yes \| No * Default value: Yes * Dependency: The I18N: Internationalization plugin must be active {#set-localization-props__ul_qqt_pj4_jz} |
| Text Search stemming language. glide.ts.stemming_language | Selects the language to match derived words in text search. * Options: English, German, and French * Default value: English * Dependency: The I18N: Internationalization plugin must be active * Learn more: [Zing matches derived words with stemming](https://servicenow-prod.fluidtopics.net/hPcaUFc17mqtJGZMiwSBpA "Convert any multiple-character search keyword to its stem form to find derived versions of the word.") {#set-localization-props__ul_rg1_xj4_jz} |
| Displays translation prefix on translatable strings. glide.ui.i18n_test | Adds a translation prefix on translatable fields to indicate where to find the string for translation. * Options: Yes \| No * Default value: No * Learn more: [Debug translations](https://servicenow-prod.fluidtopics.net/C8BGgErgzMyxoMv0ybk~Ww "Show which UI strings are translatable and their translation table to debug translations.") {#set-localization-props__ul_nyr_cl4_jz} |
| Use a single currency model. Display all currencies in the same currency code, regardless of a user's locale, country, or language code. glide.i18n.single_currency | Enable single currency mode. * Options: Yes \| No * Default value: No * Learn more: [Currency administration](https://servicenow-prod.fluidtopics.net/bnu14JUds6IGMVLrAmXqsQ "Currency fields provide features for handling the calculation, conversion, and display of currency values.") {#set-localization-props__ul_vsm_sl4_jz} |
| Default language for the system (two character values) glide.sys.language | * Options: en, fr, es, it, de * Default value: en {#set-localization-props__ul_hpf_4s4_jz} |
| If using the single currency model, display all currencies using this currency code. Currency codes use the ISO 4217 three letter format. glide.i18n.single_currency.code | * Options: ISO 4217 three-letter currency code * Default value: USD * Learn more: [Currency administration](https://servicenow-prod.fluidtopics.net/bnu14JUds6IGMVLrAmXqsQ "Currency fields provide features for handling the calculation, conversion, and display of currency values.") {#set-localization-props__ul_xyq_ct4_jz} |
| Locale code to use for localization. glide.system.locale | Determines the system's default currency into which all prices are automatically converted before other sums or conversions are performed. Changing this property after any price or currency fields have been given a value may result in improper conversion or prices that sum incorrectly. * Options: \[language code\].\[country code\] (for example, en.GB for Britain, fr.FR for France, de.DE for Germany, or ja.JP for Japan) * Default value: None * Learn more: [Locale settings](https://servicenow-prod.fluidtopics.net/rXeyep3Uj9nRjLj~NNdnTw "There are two locale settings, system and user. The system locale determines the reference currency, and the user locale determines the session currency.") {#set-localization-props__ul_xhh_nt4_jz} Note: After you have set a value on this system property and your system has gone into production, do not change this value. If a user's locale must be changed, update the "Country code" field on the user record. |
| Determines whether the platform displays dates and times formatted according to the user's locale. glide_i18n.date.default_to_locale | Determines whether the platform displays dates and times formatted according to a user's locale when no date or time format has been selected in user preferences. If this option isn't enabled, dates and times are formatted using patterns set in the glide.sys.date_format and glide.sys.time_format properties. * Options: Yes \| No * Default value: No * Learn more: [Locale settings](https://servicenow-prod.fluidtopics.net/rXeyep3Uj9nRjLj~NNdnTw "There are two locale settings, system and user. The system locale determines the reference currency, and the user locale determines the session currency.") {#set-localization-props__ul_rkg_52n_yhc} |
| For guest users, enables using their IP address to try to set the user's initial language. glide_i18n.ip_geolocation | Determines the platform's default language used from the country associated with the user's IP address if locale can't be determined from other settings. If this option isn't enabled, the platform language defaults to English for guest users whose locale can't be determined. * Options: Yes \| No * Default value: No * Learn more: [Locale settings](https://servicenow-prod.fluidtopics.net/rXeyep3Uj9nRjLj~NNdnTw "There are two locale settings, system and user. The system locale determines the reference currency, and the user locale determines the session currency.") {#set-localization-props__ul_bdn_btp_g3c} |
| Spell checker dictionary to use for English users. glide.spell.dictionary.en | Sets the spell checker dictionary used in the system for English users. * Options: Brazilian Portuguese, Dutch, English US, English UK, French, German, Italian, Portuguese, Russian, Spanish, and Thai * Default value: English US * Learn more: [Locale settings](https://servicenow-prod.fluidtopics.net/rXeyep3Uj9nRjLj~NNdnTw "There are two locale settings, system and user. The system locale determines the reference currency, and the user locale determines the session currency.") {#set-localization-props__ul_p5n_h54_jz} |
[ ]

{#set-localization-props__table_uv2_n34_jz}  
Access the following properties by entering <kbd class="ph userinput">sys_properties.list</kbd> in the navigation filter to open the System Properties \[sys_properties\] table.{#set-localization-props__table_a5f_yzb_kvb__entry__2}

| Property | Description |
|-|-|
| com.glide.db.i18n_session_language_sortable_default | Option to set the default behavior of column sorting. If true, the default behavior of columns is to sort according to the user's session language. If false, the default behavior of columns is to sort according to the English alphabet. * Type: true \| false * Default value: true * Dependency: The com.glide.db.session_language_collation_feature property must be set to true. * Learn more: [Sorting according to the session language](https://servicenow-prod.fluidtopics.net/RCpBhkFrUBeoz8i80ol52Q#sorting-session-language "Order string values according to the user's session language when sorting a column in a list.") {#set-localization-props__ul_bvs_ssy_hdc} |
| glide_i18n.language_fallback_enabled | Option to allow setting fallback languages for the instance. Setting fallback languages creates a three-level hierarchy in which an intermediate language is used before defaulting to English when user interface text is not translated in the user's preferred language. * Type: true \| false * Default value: true * Learn more: [Set a fallback language](https://servicenow-prod.fluidtopics.net/JiRHcKsVrbzZlq3z563_WA "Set a fallback language to be used when user interface text is not translated in the user's preferred language to accommodate the language needs of your users.") {#set-localization-props__ul_ah2_cvb_kvb} |
[ ]

{#set-localization-props__table_a5f_yzb_kvb}

*[\>]: and then


