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)
-
0
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.