Base solution for your next web application
Open Closed

Language management UI is missing in the template #730


User avatar
0
antpstevens created

The language management module mentioned here <a class="postlink" href="http://aspnetzero.com/Documents/Development-Guide#language-management">http://aspnetzero.com/Documents/Develop ... management</a> is missing in the template. Please help me out on how I can include it in my project


3 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Which version you're using? It's added to template in v1.6 (<a class="postlink" href="http://aspnetzero.com/Documents/Change-Logs#v160-2015-11-12">http://aspnetzero.com/Documents/Change- ... 2015-11-12</a>). If your template is built after that, maybe you removed permission from the current user, so you can not see it in the menu.

  • User Avatar
    0
    antpstevens created

    Recently we have updated the version to 1.7. The problem is, I don't see the source code for language settings page. But I can see the source code of other built in features such as audit log

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Here, language management UI files in the template: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/tree/master/src/MyCompanyName.AbpZeroTemplate.Web/App/common/views/languages">https://github.com/aspnetzero/aspnet-ze ... /languages</a> If you don't have this files, you can copy from here or create the project again with the same name and then copy from there.