company logo

EnumeratorDefinition :: label - Label

In order to support more user friendly multilingual names, the label text defined in the associated documentation topic (DSC_Topic) is provided as label for the enumerator. The label is used e.g. in drop lists and will be provided in the default language for the application.

Labels can be provided in different languages. Since enumerations are dictionary resources, which are cached in an application, one usually cannot change the language for the label while running the application. In order to achieve this, the dictionary definition for the enumerator (SDB_Value) has to be read directly from the dictionary database.

Return value:  Name ( odaba::String & )

Implementation details