dignite-projects / dignite-abp

Adding to the ecology of the ABP framework: Adds notification system, dynamic forms module, file manager, Pure Theme, and other enhancements.
http://dignite.com/dignite-abp
GNU Lesser General Public License v3.0
53 stars 13 forks source link

Notification system balzor webassembly localization #78

Closed happtim closed 1 month ago

happtim commented 2 months ago

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 1 month ago

LocalizableMessageNotificationData should be used.