Base solution for your next web application
Open Closed

Turn off language #761


User avatar
0
joe704la created

Is there a way to turn off the different languages and just have one default language. I have no need for multiple languages.


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

    Add this to preinitialize of your module:

    Configuration.Localization.IsEnabled = false;
    

    Then you can remove/disable UI parts (the language combobox). Also, you can delete other XML files if you like.