Draft: Support multi-language labels for entities
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