HomeGuidesRecipesAPI
HomeGuidesAPILog In

Time zone, culture, and language settings

SmartIQ supports a sites default time zone, culture and language and as per user time zone, culture and language.

  • Time Zone defines the date and time retrieval.
  • Culture defines date and number formatting.
  • Language defines what text is displayed in the UI.

All date, time, language and number formatting in SmartIQ is initially set to the server's settings. This may be changed in a number of ways:

  • Changing the setting for the site in Manage.
  • Passing in a parameter on the URL.
  • Setting the settings at a user level in Produce or Manage.

The priority for these settings are as follows:

  1. If a language/culture has been passed in on the URL, this will be used and after logging in, will change the current user's settings.
  2. If no language/culture has been passed on the URL, the user's settings will be used.
  3. If there is no specific setting for the user, the settings defined in Manage or the 'appsettings.json' will be used.
  4. Default settings on the server.

Setting the Time Zone, Culture, and Language

Manage - Site Level Changes

  1. Click on Settings in the Left Navigation.

  1. Select the Defaults tab.

Here you can change the Default Culture, Default Language, and Default Time Zone.

Produce - User Level

In Produce, click on the “Profile” tab at the top of the "Produce" page

📘

Note

By passing a value on the URL, UI language and number can be overridden by passing in a “?lang” parameter on the URL.

          Example: - https://<yourTenantUrl>/Manage/Projects.aspx?lang=fr-ca
Available LanguageLanguage (-culture) Code
Arabic (Iraq)ar-IQ
Chinese (Simplified)zh-CN
Chinese (Traditional)zh-TW
Dutch (Belgium)nl-BE
English (United States)en-US
French (France)fr-FR
German (Germany)de-DE
Korean (Korea)ko-KR
Portuguese (Portugal)pt-PT
Spanish (Spain)es-ES
Thai (Thailand)th-TH

📘

Note

  1. Other regions specified after the dash can possibly be used as well.
  2. If a users’ profile in “Produce” page doesn’t have a specific Time Zone, Culture, and Language, the default values used in the settings of “Manage” page will be used.
  3. Creating a new user will default the Time Zone, Culture, and Language to the currently logged in user.
  4. Publicly accessible forms (for which no login is required) run under the Guest user and will use the Time Zone, Culture, and Language for that user. If times and dates on public forms are not displaying correctly, you may need to change these settings for the Guest user in “Manage”
  5. Changes in culture can result in changes in layout, scrollbar positions etc.