2024 April Release

Class COOSYSTEM@1.1:Language Permanent link for this heading

This abstract class is used for languages. It is not possible to create instances of this class.

Class Hierarchy

Object > Language

Properties Permanent link for this heading

Type

Property

Name

string

fullreference

Full Reference

boolean

langdefault

Default Language

Language

langsuperlanguage

Part of Language

string(70)

langtext

Language Name

LangOSDefinitionList[]

langwsdef

Language IDs on Devices

string(100)

reference

Reference

Properties Permanent link for this heading


Full Reference (COOSYSTEM@1.1:fullreference) Permanent link for this heading

Defines the full unique name of the object, which includes the software component in case of component objects.

string COOSYSTEM@1.1:fullreference readonly


Default Language (COOSYSTEM@1.1:langdefault) Permanent link for this heading

Defines whether this language is the default language. If the value is false, this language has to be assigned to a user explicitly.

boolean COOSYSTEM@1.1:langdefault


Part of Language (COOSYSTEM@1.1:langsuperlanguage) Permanent link for this heading

Defines the language this language is a part of like e.g. German when this language is the Austrian part of the German language.

Language COOSYSTEM@1.1:langsuperlanguage readonly


Language Name (COOSYSTEM@1.1:langtext) Permanent link for this heading

Defines the name of the language. Its value is set by the kernel.

string(70) COOSYSTEM@1.1:langtext not null readonly


Language IDs on Devices (COOSYSTEM@1.1:langwsdef) Permanent link for this heading

Defines the operating system specific language identification on all defined workstation types.

LangOSDefinitionList[] COOSYSTEM@1.1:langwsdef


Reference (COOSYSTEM@1.1:reference) Permanent link for this heading

Defines the unique name of the object.

string(100) COOSYSTEM@1.1:reference not null readonly