Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Draft: Support multi-language labels for entities

Kevin Hausmann requested to merge feature/support-multilang-labels into main

Add multi-language support for all ObservableEntities, by making all descendants implement a GetLabel(CultureInfo? culture) method. Mesap does not currently support this and will return the entity's name instead (see example implementation provided). From the UI, we bind to the entity using an EntityLabelConverter (dummy test case included).

Needs integration with the updated project structure.

Edited by Kevin Hausmann

Merge request reports

Loading