ITranslationPack

Type interface

Describes a set of localization (translation) strings for the Editor.

The translations are grouped into 3 distinct blocks:

  • ui - user interface translations
  • common - chart element properties commonly found in multiple chart elements
  • properties - unique chart element properties for specific element types When localization engine looks for property name translations it first looks in properties for a class-specific translation and then, if not found, looks in common.

Inheritance

ITranslationPack does not extend any other symbol.

ITranslationPack is not extended by any other symbol.

Properties

common
#

Type ITranslationBlock

Translations for chart element properties commonly found in multiple chart elements

properties
#

Type ITranslationBlock

Translations for unique chart element properties for specific element types

ui
#

Type ITranslationBlock

User interface translations