Closed reader-man closed 3 years ago
also related to https://github.com/nopSolutions/nopCommerce/issues/2158
hi, how about if you make them like this: Note = await _localizationService.GetResourceAsync("############") AddOrderNoteAsync(order, await _localizationService.GetResourceAsync("############")
Regards.
After some consideration we've decided not to implement this functionality
nopCommerce version: 4.40.3
Steps to reproduce the problem: if you search in code for the following lines:
you will get 52 messages that are not translatable.
suggestion: i think, that "OrderNote" object, should get its messages from a localization table in the DB, to ease the translation for multi-lingual sites.
e.g.: