locallize category image per language in category

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 года назад
hi I am new to nopcommerce
iam trying to locallize the image of categor for example i want in english language show specefic image and if it arabic show another image
i added pictureId to CategoryLocalizedModel in nop.web=>Areas=>Admin => models =>catalog => categoryModel
like this
 [UIHint("Picture")]
        [NopResourceDisplayName("Admin.Catalog.Categories.Fields.Picture")]
        public int PictureId { get; set; }

and in  nop.web=>Areas=>Admin => views=>category => createOrUpdate.info.cshtml
but pictureId in arabic and english tabs in categoryPage in admin panel appear as int not upload file
any one can help me or tell me another way to locallize image per language in category
2 года назад
Hello, I have the same problem, I wonder if you found any solution to this or not?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.