qacli config language

Manage the language for this installation of Helix QAC.

Usage

language  {-S <locale>|-L} [--] [-h]

Extended Description

The various Helix QAC interfaces can be presented in different languages. In a default set-up the language is set as 'Auto', which is based on the machine locale and the translations that are available. If no suitable translations (for the locale) are available, the default language used is en_US.

Options

Name, shorthand Default Description
‑‑help, ‑h   Displays usage information and exits.
‑‑ignore‑rest, ‑‑   Ignores the rest of the labeled arguments following this flag.
‑‑list, ‑L  

List the available languages (and the current language) that the Helix QAC system can use.

‑‑set, ‑‑S  

Set the language for the Helix QAC system (all UIs will be affected by this option). The locale will typically be a string describing the language, see ‑‑list for supported languages.

You may also use 'Auto', which will switch to the most appropriate language based upon the locale of the system. If no suitable translation is available, this will default to 'en_US'.

Currently supported languages: en_US and ja_JP.

Examples

Change Language

To change the language to Japanese:

qacli config language --set ja_JP

Revert to the Default Language for the Machine

To change to the default language based upon the machine locale:

qacli config language -–set Auto

List Current Language

The current language and all available supported languages can be shown using this command:

qacli config language -–list