Nop3.9 custom series (1) Chinese and nop3.9 custom series chinese
I. Chinese Resources
Go to the Nop official website and download the 3.9 Chinese package. The Chinese package is not fully translated. You can modify the package slowly during the customization process. The official website is www.nopcommerce.com.
Go to the background Configuration-> ages
Add a simplified Chinese record, save the record, and import the Chinese package. On the top of the page, change the language.
Ii. UI Localization
Libraries-> Nop. Core-> CommonHelper-> SetTelerikCulture () method
Presentation-> Nop. Admin-> Views-> Shared-> _ AdminLayout. cshtml
Add reference
Html. AppendScriptParts (string. Format ("~ /Administration/Scripts/kendo/{0}/cultures/kendo. culture. zh-CN.min.js ", kendoVersion); Html. AppendScriptParts (string. Format ("~ /Administration/Scripts/kendo/{0}/cultures/kendo. messages. zh-CN.js ", kendoVersion ));
<Script> kendo. culture ("zh-CN"); </script>
3. Editor
I personally do not like the default editor. I use Baidu's UEditor Rich Text Editor.
Recently, I am engaged in website record filing, and my company's projects are catching up. I need to exercise well every day, so the updates are slow. Now I am asleep ~ You have time to add the editor part tomorrow.