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
propertiesfor a class-specific translation and then, if not found, looks incommon.
Inheritance
ITranslationPack does not extend any other symbol.
ITranslationPack is not extended by any other symbol.
Properties
|
common # |
Type Translations for chart element properties commonly found in multiple chart elements |
|---|---|
|
properties # |
Type Translations for unique chart element properties for specific element types |
|
ui # |
Type User interface translations |