Notification system balzor webassembly localization
Closed this issue · 1 comments
happtim commented
NotificationDefinition class's DisplayName and Description use the server's LocalizationString to obtain the language, but Wbassembly uses the frontend's UICulture, causing an issue with obtaining the target language.
t is hoped that The DisplayName and Description will be changed to strings for localization support by the client.
happtim commented
LocalizableMessageNotificationData should be used.