Skip to content
Release: Australia · Updated: 2026-06-02 · Official documentation · View source

System Localization properties

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 All > System Properties > System Localization.

PropertyDescription

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 `i18n_session_language_sortable` column attribute must be set to false. See Set case and accent sensitivity on a per-column basis. - Learn more: Sorting according to the session language

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

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

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

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

Default language for the system (two character values)

glide.sys.language

- Options: en, fr, es, it, de - Default value: en

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

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

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

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

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

Access the following properties by entering sys_properties.list in the navigation filter to open the System Properties [sys_properties] table.

PropertyDescription
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.

glide_i18n.language_fallback_enabledOption 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

Parent Topic:System Localization reference