Diagram Text Manager
TextManager
The text manager connects the native text resources with the respective translations. The languages to be translated are defined here. For each NativeTextList a TextTable is created in which the individual texts are translated.
class TextManager extends NamedResource, AnnotableComment
BR_Config
Configurations which have to be made especially for the B&R application.
class BR_Config extends RootVariableLibrary
LanguageDefinition
class LanguageDefinition extends NamedResource
TextTable
class TextTable extends NamedResource
NativeTextList
The NativeTextList is the basic container for text resources. Native texts are the texts that are assigned to the various elements in the application at the time of development. Typically, such texts are unedited and are not used to be displayed on an HMI or similar. The texts entered here will be the basis for later translations.
class NativeTextList extends NamedResource, AnnotableComment, AResourceWithType
NativeTextResource
class NativeTextResource extends NamedResource, AnnotableComment, AResourceWithType
Translation
class Translation extends Decorator
TextElement
class TextElement extends Decorator