Child pages
  • Locale Settings

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Locale Settings are the default values for each started Servoy Client and can be overwritten by Locale settings from the user's environment, User settings in the Servoy Smart Client or programatically from within a solution. For more information on Localization, see Internationalization and Localization.

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

...

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 time zone timezone will be used to convert to the server/database time zone. It is highly timezone, it is  recommended to use true as the default to always see the correct/same dates/times in all clients Smart and WebClients (regardless of their timezone). For more information, see Working with Timezones., but this means that dates are then not converted to the different timezones of clients (10:00 is always 10:00).