Languages and Localization: Difference between revisions
m (Ollvihe moved page Localization Support in QPR ProcessAnalyzer to Languages and Localization in QPR ProcessAnalyzer without leaving a redirect) |
No edit summary |
||
Line 1: | Line 1: | ||
QPR ProcessAnalyzer | In QPR ProcessAnalyzer, each user can set their own language. The following languages are available: | ||
* English | * English | ||
* French | * French | ||
Line 9: | Line 9: | ||
Almost all texts in the UI are translated with the following exceptions: | Almost all texts in the UI are translated with the following exceptions: | ||
* Actual process mining data imported to QPR ProcessAnalyzer (e.g. case and event attribute names, event type names, case and event attribute values) | * Actual process mining data imported to QPR ProcessAnalyzer (e.g. case and event attribute names, event type names, case and event attribute values) | ||
* Some tooltips that contain detailed instructions | * Some tooltips that contain detailed instructions | ||
* Some special error messages | |||
In addition, there is a system wide default language used as follows: | |||
* New user accounts get the default language (until user changes her/his language). | * New user accounts get the default language (until user changes her/his language). | ||
* The login page is translated using the default language, when QPR ProcessAnalyzer is for the first time accessed | * The login page is translated using the default language, when QPR ProcessAnalyzer is for the first time accessed from a certain web browser. | ||
The | The language is stored to the browser local storage, and thus the web browser remembers the last used language and next time shows the login page using that language. The language is also stored to the ''sys:language'' session variable. The variable cannot be removed and it must contain one of the valid languages. | ||
== | == Changing User language == | ||
User language can be changes as follows: | User language can be changes as follows: | ||
# Login to QPR ProcessAnalyzer. | # Login to QPR ProcessAnalyzer. | ||
# Click the Main menu (on top left) and '''User Settings'''. | # Click the ''Main menu'' (on top left) and click '''User Settings'''. | ||
# Choose | # Choose a language from the '''Language''' list, and click '''Yes''' for the confirmation message. | ||
The language is saved to user settings so the | The language is saved to user settings so the language is remembered when when the user logs in the next time. | ||
== Setting Default Language == | == Setting System Default Language == | ||
The default language is stored to the [[PA_Configuration_database_table_in_QPR_ProcessAnalyzer#:~:text=DefaultUiLanguage|database configuration table]]. | The system default language is stored to the [[PA_Configuration_database_table_in_QPR_ProcessAnalyzer#:~:text=DefaultUiLanguage|database configuration table]], so more information can be found from there. | ||
[[Category: QPR ProcessAnalyzer]] | [[Category: QPR ProcessAnalyzer]] |
Revision as of 13:16, 19 June 2020
In QPR ProcessAnalyzer, each user can set their own language. The following languages are available:
- English
- French
- Russian (starting from 2020.6 release)
- Spanish (starting from 2020.6 release)
- German (starting from 2020.6 release)
- Finnish (starting from 2020.6 release)
- Swedish (starting from 2020.6 release)
Almost all texts in the UI are translated with the following exceptions:
- Actual process mining data imported to QPR ProcessAnalyzer (e.g. case and event attribute names, event type names, case and event attribute values)
- Some tooltips that contain detailed instructions
- Some special error messages
In addition, there is a system wide default language used as follows:
- New user accounts get the default language (until user changes her/his language).
- The login page is translated using the default language, when QPR ProcessAnalyzer is for the first time accessed from a certain web browser.
The language is stored to the browser local storage, and thus the web browser remembers the last used language and next time shows the login page using that language. The language is also stored to the sys:language session variable. The variable cannot be removed and it must contain one of the valid languages.
Changing User language
User language can be changes as follows:
- Login to QPR ProcessAnalyzer.
- Click the Main menu (on top left) and click User Settings.
- Choose a language from the Language list, and click Yes for the confirmation message.
The language is saved to user settings so the language is remembered when when the user logs in the next time.
Setting System Default Language
The system default language is stored to the database configuration table, so more information can be found from there.