dignite-projects/dignite-abp

Notification system balzor webassembly localization

Closed this issue · 1 comments

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.

LocalizableMessageNotificationData should be used.