Base solution for your next web application
Open Closed

Disabled multitenancy how can I add new language #6729


User avatar
0
digitalcontrol created

I disabled multitenancy but it looks like I can not add a language since I am not logged in as Host. Is there any procedure for this?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @digitalcontrol

    I believe this is a bug, add langauge button should be enabled for tenant side when multi tenancy is disabled. But, even if you add a new langauge, because of ASP<span></span>.NET Core, you need to restart your app.

    If you can create an issue on GitHub we can work on it.

    As a temporary solution, you can add it on DefaultLanguagesCreator.cs.

    Thanks,