Application globalization

Globalization refers to implementing multi-language support for your app that is built into the application without the need for further engineering efforts.

Consider two aspects when you globalize your app:

  • Globalization of IBM® QRadar® specific elements such as tab labels, toolbar button text, and tooltip content.
  • Globalization of application-specific content

Globalization of QRadar specific elements

QRadar elements are object types that can be defined in the application manifest.json file.

Globalization of QRadar elements includes the use of translated keys that are injected into your app's manifest.json, and ingested into the QRadar globalization store.

Globalization of application-specific content

The GUI Application Framework does not support any single pre-defined globalization approach nor does it provide an implementation stack for app developers to use for globalization. You can use common Flask and python packages and approaches to globalize your application-specific content.