Locale Parameters

Use the following parameters to configure number, date, and time formats used in Aurea CRM.Web.

The server's locale settings are used as defaults.

Note: Type Checking: Aurea CRM.Web prevents users from entering date, time or numbers in an incorrect format. The following user inputs are possible when editing fields in lists and masks:
  • Numeric Fields (type short and float): numbers 0-9 as well as % and -, plus the defined Locale.Number.DecimalSeparator and Locale.Number.ThousandsSeparator.
  • Date Fields: numbers 0-9 plus the defined Locale.Date.Separator.
  • Time Fields: numbers 0-9 plus the defined Locale.Time.Separator. If Locale.Time.DisplayFormat is set to 12-hour format, a, p, m, and space are valid as well.
Note: No logical checks are performed in Aurea CRM.Web, i.e., if a user enters e.g., February 31st as a date, he does not get a message upon saving the record.

Locale.BaseCurrency

Description: Defines the base currency used.

Note: The selected value of the currency catalog is passed to the core interface, which performs the conversion during the log-in process. Thus, if a user changes this value, he needs to log off and on again to activate the new setting.

Default: Undefined

Type: Catalog

Locale.Date.DisplayFormat

Description:

Defines the display format of dates.

Note: Date auto-completion, which adds the current year to a date the user enters, is only available for formats where the year is at the end, i.e., DMY and MDY.

When the default value is set to "Server", it means that the settings of the application pool identity user are applied.

Default: Server

Type: Combobox

Locale.Date.Separator

Description: Defines the character used to separate the values in the date.

Default: Server

Type: Combobox

Locale.LCID

Description: Defines the language ID.

Default: Server

Type: Combobox

Locale.Number.DecimalSeparator

Description: Defines the character used as the decimal separator for numeric values.

Default: Server

Type: Combobox

Locale.Number.ThousandsSeparator

Description: Defines the character used as digit grouping symbol for numeric values.

Default: Server

Type: Combobox

Locale.Time.DisplayFormat

Description: Defines the format used to display the time.

Default: Server

Type: Combobox

Locale.Time.Separator

Description: Defines the character used as "time separator", e.g., the colon in 11:48:51.

Default: Server

Type: Combobox

Locale.Time.Timezone

Description: Defines the time zone in which the user is located.

Available values:
  • Server: The time zone of the web server is used.
  • Client: Aurea CRM.Web determines the time zone currently used by the client. If no valid time zone is found, "Server" is used as a fallback.
    Note: The client's time zone is only determined at login.
  • All existing time zones.

Default: Server

Type: Combobox