Child pages
  • Locale Settings
Skip to end of metadata
Go to start of metadata

The Locale Settings are the default values for each started Servoy Client.

If specified on the Admin Page, they override the Locale Settings of the user environment.

Within a Solution the developer can choose to override Locale settings programmatically.

Within a Smart Client the user can manually override the Locale Settings as well through the Smart Client preferences.

locale.default

The default locale for clients

locale.numberformat

The default number format

locale.integerformat

The default integer format

locale.dateformat

The default date format

servoy.use.client.timezone

This property is ignored in NGClient solutions, use the format property (Use as LocalDateTime) per field to dictated if the timezone should be used in client or not.

When true the clients timezone will be used to convert to the server/database timezone, it is  recommended to use true as default to always see the correct/same dates/times in Smart and WebClients (regardless of their timezone), but this means that dates are then not converted to the different timezones of clients (10:00 is always 10:00). 

  • No labels