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.
Hace 1 año
hello dears
how i can do like this
Name = product.GetLocalized(x => x.Name)
\
in nopcommerce 4.6
Hace 1 año
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.