upgrade Name = product.GetLocalized(x => x.Name) from 4 to 4.6

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
hello dears
how i can do like this
Name = product.GetLocalized(x => x.Name)
\
in nopcommerce 4.6
1 year ago
var productName = await _localizationService.GetLocalizedAsync(product, x => x.Name);
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.