How to change the user interface language and date format

In order to change the user interface language and date format accordingly, perform the following steps:

  1. Open CardioLog Analytics > Administration > System Configuration > Configuration Wizard.
  2. In Step 1 select the language and date format.
  3.  Click Next and close the browser.
  4. Perform IISRESET on the CardioLog application server.
  5. It is recommended for end users to delete their browser cache after changing the language. 

Available languages:

  • English - Great Britain
  • English - United States
  • French - France
  • German - Germany
  • Japanese
  • Portuguese - Portugal
  • Spanish - Spain (Traditional)

 

In order to change the user interface language to Japanese only (In the versions higher than 2.0.8.2):

Execute the following SQL script against the CardioLog database (using SQL Management Studio):

Use CardioLog
GO
update tab_global_settings
set value = 'ja-JP'
where category = 'CardioLog' and name = 'Locale'

In order to switch it back to the default language (English - United States), execute the following:
 
Use CardioLog
GO
update tab_global_settings
set value = 'en-US'
where category = 'CardioLog' and name = 'Locale'
Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk