nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.22k stars 5.29k forks source link

Localizable values in admin area (configurable) #2158

Closed tigran-avdalyan closed 1 year ago

tigran-avdalyan commented 7 years ago

Some of our entities are localizable (e.g. products or attributes, plugin names, etc). In admin area we already display their default values (not localizable).

Let's add a setting indicating whether we should use localization in admin area or not (for read-only properties). Disable it by default

Also we can support searching by languages

Also see https://github.com/nopSolutions/nopCommerce/issues/4013

tigran-avdalyan commented 7 years ago

Same problem when Language in Admin are set for example Russian , and we go to Specification Attributes, there showing in Standard , but need Russian. Same problem in Product Attributes .

AndreiMaz commented 7 years ago

@tigran-avdalyan Thanks! The same issue can be told about any localizable entity. It was originally by design to disable localization in admin area. I think we can make it configurable

tigran-avdalyan commented 7 years ago

configurable- its Good Because multilanguage needs to Costumers and Vendors.

tigran-avdalyan commented 7 years ago

in product page when we map to Categoryes, Categories Localizable values support

AndreiMaz commented 6 years ago

see related https://github.com/nopSolutions/nopCommerce/issues/3060

AxelAndersen commented 6 years ago

Thanks Andrei, did not find this before :-) So will this be part of 4.1?

AndreiMaz commented 6 years ago

@AxelAndersen no, it's not assigned to 4.10

AxelAndersen commented 6 years ago

Ok, we will wait for it :-) Any dates for 4.10 release?

AndreiMaz commented 6 years ago

July 2018

RomanovM commented 1 year ago

After some consideration we've decided not to implement this functionality.